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", "name": "Social To Arse", "manifest_version": 2, "version": "0.5", "description": "Replace text 'social' to 'arse'", "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": true, "js": [ "contentscript.js" ] } ] }