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": "Nuxanorify", "description": "Adds Nux Taku to YouTube thumbnails and replaces singular first-person pronouns with plural equivalents in titles", "version": "1.0", "permissions": [], "icons": { "512": "icon.png" }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } }