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": "OnlyFilter", "version": "0.0.1", "description": "OnlyFilter scans & removes OnlyFans and other content on Twitter\/X for you.", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.x.com\/*" ], "action": { "default_icon": { "32": "assets\/images\/of32.png", "48": "assets\/images\/of48.png", "128": "assets\/images\/of128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.x.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "32": "assets\/images\/of32.png", "48": "assets\/images\/of48.png", "128": "assets\/images\/of128.png" }, "author": "[email protected]" }