extension URL on addons page
-
A Former User last edited by
with JS, how to get extension url on opera addons store?
object from chrome.managment API doesn't contain any info about install url (sometimes homepage),
it's not possible to predict url based on name because of special characters (like TM or similar, some extension url's contain those, some do not)
also not possible to concatenate it from id... I never saw extension url with id, like CWS do it -
for_d last edited by
There is a URL based on App ID, actually. We just don't expose those URLs.
https://addons.opera.com/en/extensions/details/app_id/[ID here]/
-