Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "an1me.to Speed Control",
"version": "2.1",
"description": "\u0394\u03b9\u03b1\u03bb\u03ad\u03b3\u03b5\u03b9\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf menu, \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03bc\u03b5 F7.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"192": "icon192.png",
"512": "icon512.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/an1me.to\/*"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"host_permissions": [
"https:\/\/an1me.to\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"192": "icon192.png",
"512": "icon512.png"
}
},
"permissions": [
"storage"
]
}