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": "GoPlus", "description": "Protect Your Every Transaction", "version": "0.2.6", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-34.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-48.png" }, "options_page": "options.html", "devtools_page": "devtools.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/installed.js-loader-d778a250.js" ], "matches": [ "https:\/\/app.gopluslabs.io\/*" ], "use_dynamic_url": true }, { "js": [ "assets\/index.js-loader-dea78435.js", "assets\/inject.js-loader-4378030c.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "use_dynamic_url": true }, { "js": [ "assets\/twitter.js-loader-c83bbfbc.js" ], "matches": [ "*:\/\/*.x.com\/*", "*:\/\/*.twitter.com\/*" ], "run_at": "document_end", "use_dynamic_url": true }, { "js": [ "assets\/message.js-loader-4614c239.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "img\/*.jpg", "img\/*.png", "icons\/*.svg", "icons\/*.webp", "img\/*.webp" ], "use_dynamic_url": true }, { "matches": [ "https:\/\/app.gopluslabs.io\/*" ], "resources": [ "assets\/chunk-40c133c9.js" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/chunk-39af3458.js", "assets\/chunk-65984e19.js", "assets\/chunk-3ce90791.js", "assets\/chunk-1b0a3cd1.js", "assets\/chunk-7c07d26a.js", "assets\/chunk-cf229e49.js", "assets\/chunk-7671d2c9.js", "assets\/chunk-de833af9.js", "assets\/chunk-f82dd540.js", "assets\/chunk-b904d0ea.js", "assets\/chunk-cc134824.js", "assets\/chunk-4010c279.js", "assets\/chunk-1c592926.js", "assets\/chunk-114594e9.js", "assets\/chunk-b3d1ab37.js", "assets\/chunk-20740cc7.js", "assets\/chunk-7638a040.js", "assets\/chunk-cf010ec4.js", "assets\/chunk-68018140.js", "src\/contentScript\/inject.js", "assets\/chunk-854a77c8.js", "assets\/chunk-b506c7b8.js" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "resources": [ "assets\/chunk-002fddfb.js", "assets\/chunk-7638a040.js", "assets\/chunk-c284a7cd.js", "assets\/chunk-4010c279.js", "assets\/chunk-cf229e49.js", "assets\/chunk-e3df7779.js", "assets\/chunk-b904d0ea.js", "assets\/chunk-a161607f.js" ], "use_dynamic_url": false } ], "permissions": [ "storage", "tabs", "alarms", "activeTab", "scripting" ], "host_permissions": [ "http:\/\/localhost:3001\/*", "http:\/\/localhost:5173\/*" ], "default_locale": "en" }