Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.1", "author": "Juraj M\u00e4siar", "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "icons": { "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.loader.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": false, "run_at": "document_start", "js": [ "content_scripts\/page_loaded.js" ] } ], "action": { "default_icon": { "128": "128.png" }, "default_popup": "popup\/popup.html" }, "permissions": [ "notifications", "contextMenus", "webRequest", "storage", "activeTab", "alarms", "scripting" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "utils\/svg\/save.svg", "utils\/svg\/undo.svg", "utils\/svg\/resize-corner.svg", "svg\/keyboard-right-arrow-button.svg", "svg\/search(1).svg", "svg\/search(2).svg", "svg\/star.svg", "svg\/star_o.svg", "svg\/imdb.svg", "svg\/tv_maze.svg", "svg\/blind(2).svg", "svg\/show.svg", "svg\/add(1).svg", "svg\/menu(5).svg", "svg\/downwards-arrow-key.svg", "svg\/cold.svg", "svg\/hot.svg", "svg\/thermometer.svg", "svg\/donation\/0.svg", "svg\/donation\/1.svg", "svg\/donation\/2.svg", "svg\/donation\/3.svg", "svg\/donation\/4.svg", "svg\/donation\/5.svg", "svg\/donation\/6.svg", "svg\/donation\/7.svg", "svg\/donation\/8.svg", "svg\/donation\/9.svg", "svg\/donation\/10.svg", "svg\/donation\/11.svg", "svg\/donation\/12.svg", "svg\/donation\/13.svg", "svg\/donation\/14.svg", "svg\/donation\/15.svg", "svg\/donation\/16.svg", "svg\/donation\/17.svg", "svg\/donation\/18.svg", "128.png" ], "matches": [ "<all_urls>" ], "use_dynamic_url": true } ], "incognito": "split" }