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": "chinadostavka888", "description": "\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u043d\u043e\u0439 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 YW618 \u041a\u0410\u0420\u0413\u041e", "version": "0.0.2", "action": { "default_icon": "assets\/favicon.png" }, "icons": { "16": "assets\/favicon.png", "48": "assets\/favicon.png", "128": "assets\/favicon.png" }, "permissions": [ "tabs", "activeTab", "scripting", "cookies", "contextMenus", "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "host_permissions": [ "https:\/\/flgplatform.ru\/*", "https:\/\/api.flg-platform.com\/*", "http:\/\/localhost:3000\/*", "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ] }