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": "meowad", "description": "Replaces all ads on Twitter with an ad from \":3\" that's just filled with meowing and :3", "version": "3.1.0", "permissions": [], "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "https:\/\/x.com\/*" ] } ], "browser_specific_settings": { "ignore this error, this is required for the extension": "to be published on the firefox add-on store", "gecko": { "id": "[email protected]" } } }