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": 2, "minimum_chrome_version": "49", "name": "\u0424\u043e\u0440\u0443\u043c Overclockers.ru", "version": "2021.9.24", "description": "\u0414\u043e\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0441\u0430\u0439\u0442\u0430 \u0438 \u0444\u043e\u0440\u0443\u043c\u0430 Overclockers.ru", "icons": { "128": "manifest.png" }, "developer": { "name": "CoolCmd" }, "author": "CoolCmd", "homepage_url": "https:\/\/coolcmd.tk\/for\/", "permissions": [ "storage" ], "web_accessible_resources": [ "webpage\/*.*", "options.html" ], "options_ui": { "chrome_style": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/overclockers.ru\/*", "https:\/\/forums.overclockers.ru\/*" ], "js": [ "storage.js", "content.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/overclockers.ru\/*" ], "css": [ "site.css" ], "run_at": "document_start" } ] }