No, that's not possible. This has to do with the fact that Joomla! doesn't have a single URL scheme, meaning that one page can be accessible for multiple URLs. For instance, all of the following could lead to the same page:
http://www.example.com/index.php?option=com_foobar&id=15&Itemid=7
http://www.example.com/index.php?Itemid=7
http://www.example.com/foobars/1-some-category/15-my-item-alias
http://www.example.com/foobars/1-some-category/15-my-item-alias.html
http://www.example.com/foobars/1-some-category/15-fake-the-alias-it-still-works
http://www.example.com/foobars/you/dont/say/this/still/works/15-my-item-alias
http://www.example.com/foobars/you/dont/say/this/still/works/15-even-that-would-work
http://www.example.com/foobars/15
It all has to do with how Joomla! expands URLs internally and how each component's router works. Add a SEF component and it gets even worse. Therefore it's impossible to positively and indisputably identify a specific page in a unique way. And that's exactly what makes per-page features impossible to create, at least in a way that's user friendly and watertight.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!