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", "manifest_version": 3, "name": "Inpage Slang Translator", "version": "1.1.0", "description": "Replace slang\/abbreviations on webpages with the correct words", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" } } }