WebExtension.net
WebExtension.net

Nuxify

View on Chrome Web Store
View Nuxify Chrome Extension on Chrome Web Store
4.8 (236 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Takes every Youtube video starting with "I", replaces it with "we", and adds Nux Taku in the thumbnail
Type
Extension
Users
10,000 users
Ucrash
View author page of Ucrash
Published
Published on August 27, 2024
Version 0.3.3
Manifest version
3
Updated
Updated on September 2, 2024
View on Chrome Web Store
View Nuxify Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nuxify",
    "description": "Takes every Youtube video starting with \"I\", replaces it with \"we\", and adds Nux Taku in the thumbnail",
    "version": "0.3.3",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "nuxify@gducrash",
            "strict_min_version": "60.0"
        }
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "media\/*",
                "audio\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Document",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top