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", "name": "POV: Y\/N Replacer for Wattpad and AO3", "description": "Automatically replace y\/n and other abbreviations in Wattpad and AO3.", "version": "2.0.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.wattpad.com\/*", "*:\/\/archiveofourown.org\/*" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.wattpad.com\/*", "*:\/\/archiveofourown.org\/*" ], "resources": [ "pov.html", "tag.html" ] } ], "permissions": [ "storage" ], "icons": { "128": "icon.png" } }