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": "Arena Plus", "version": "1.0.7", "description": "The Arena Plus Chrome Extension.", "permissions": [ "storage", "activeTab" ], "host_permissions": [ "*:\/\/*.arena.social\/*", "https:\/\/arena.social\/*", "*:\/\/*.arenapro.io\/*" ], "action": { "default_popup": "index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "128": "icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';" }, "content_scripts": [ { "js": [ "assets\/content.ts-loader-ygLTPS69.js" ], "matches": [ "*:\/\/*.arena.social\/*", "https:\/\/arena.social\/*", "https:\/\/www.x.com\/*\/following", "https:\/\/x.com\/*" ], "type": "module" } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "auth-sandbox.html" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.arena.social\/*", "https:\/\/arena.social\/*", "https:\/\/www.x.com\/*", "https:\/\/x.com\/*" ], "resources": [ "assets\/index-BLQJT8G6.js", "assets\/content.ts-D_eDRrkn.js" ], "use_dynamic_url": false } ] }