ScottTheWozify

Modify YouTube thumbnails to include Scott The Woz

ScottTheWozify क्या है?

ScottTheWozify kawuchuu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modify YouTube thumbnails to include Scott The Woz"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ScottTheWozify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Is your browser experience boring? Do you need to resist playing Donkey Kong: Barrel Blast?

Fear no more.

This extension adds the guy who owns Sonic Jam Scott The Woz to every YouTube thumbnail.                    

एक्सटेंशन की मूल जानकारी

नाम ScottTheWozify ScottTheWozify
ID acifigdfnfnafjkkapcghalnemfodmah
आधिकारिक URL https://chromewebstore.google.com/detail/scottthewozify/acifigdfnfnafjkkapcghalnemfodmah
विवरण Modify YouTube thumbnails to include Scott The Woz
फ़ाइल का आकार 13.02 MB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.5
अंतिम अपडेट 2023-08-25
प्रकाशन तिथि 2023-08-24
रेटिंग 5.00/5 कुल 22 रेटिंग्स
डेवलपर kawuchuu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/kawuchuu/ScottTheWozify-Youtube
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ScottTheWozify",
    "version": "1.5",
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_popup": "options\/options.html",
        "default_title": "ScottTheWozify Options"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png"
    },
    "description": "Modify YouTube thumbnails to include Scott The Woz",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scottthewozify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.json"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}