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", "name": "__MSG_mainName__", "version": "5.0.2", "description": "__MSG_mainDescription__", "homepage_url": "https:\/\/letyshops.com", "manifest_version": 3, "default_locale": "en", "permissions": [ "tabs", "webRequest", "storage", "notifications" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "images\/btn\/*.png" ] } ], "content_scripts": [ { "all_frames": false, "css": [ "content\/styles.css" ], "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/paypal.com\/*", "*:\/\/*.paypal.com\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "content\/runtime.js", "content\/polyfills.js", "content\/main.js" ], "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/paypal.com\/*", "*:\/\/*.paypal.com\/*" ], "run_at": "document_end" } ], "background": { "service_worker": "service-worker.js" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "action": { "default_icon": "images\/btn\/logo18.png", "default_title": "\u041a\u044d\u0448\u0431\u044d\u043a-\u0441\u0435\u0440\u0432\u0438\u0441 LetyShops", "default_popup": "popup\/popup.html" }, "icons": { "24": "images\/tool\/logo24.png", "48": "images\/tool\/logo48.png", "128": "images\/tool\/logo128.png" } }