WebExtension.net
WebExtension.net

YouTube DougDougify

View on Chrome Web Store
View YouTube DougDougify Chrome Extension on Chrome Web Store
4.9 (17 ratings)

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

Modify YouTube thumbnails to include DougDoug
Type
Extension
Users
761 users
3
MagicJinn
View author page of MagicJinn
Published
Published on April 18, 2024
Version 1.4.1
Manifest version
3
Updated
Updated on November 1, 2024
View on Chrome Web Store
View YouTube DougDougify Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube DougDougify",
    "version": "1.4.1",
    "icons": {
        "96": "icon.png"
    },
    "description": "Modify YouTube thumbnails to include DougDoug",
    "action": {
        "default_popup": "settings.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "mrbeastify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
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