Dark Skin for the tech game™

TTG switches to a black background

Dark Skin for the tech game™ क्या है?

Dark Skin for the tech game™ Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TTG switches to a black background"।

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

screenshot

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

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

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

                        Switches the white background to a black background.

Files were inspired and helped by:
https://chrome.google.com/webstore/detail/dark-skin-for-youtube/bfeknfgchonpnofdjokchhdhdnddhglm?hl=en                    

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

नाम Dark Skin for the tech game™ Dark Skin for the tech game™
ID cclblcpihmdfkcipeaficngmdihndfmj
आधिकारिक URL https://chromewebstore.google.com/detail/dark-skin-for-the-tech-ga/cclblcpihmdfkcipeaficngmdihndfmj
विवरण TTG switches to a black background
फ़ाइल का आकार 32.4 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2014-01-19
प्रकाशन तिथि 2014-01-19
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/black_youtube_19.png",
        "default_title": "Toggle the dark skin"
    },
    "content_scripts": [
        {
            "js": [
                "youtube.js"
            ],
            "matches": [
                "http:\/\/www.thetechgame.com\/*",
                "https:\/\/www.thetechgame.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "youtube_comments.js"
            ],
            "matches": [
                "http:\/\/apis.google.com\/u\/0\/wm\/4\/_\/widget\/render\/comments*",
                "https:\/\/apis.google.com\/u\/0\/wm\/4\/_\/widget\/render\/comments*",
                "http:\/\/plus.googleapis.com\/_\/im\/_\/widget\/render\/comments*",
                "https:\/\/plus.googleapis.com\/_\/im\/_\/widget\/render\/comments*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "TTG switches to a black background",
    "icons": {
        "128": "images\/black_youtube.png",
        "16": "images\/black_youtube_16.png",
        "48": "images\/black_youtube_48.png"
    },
    "manifest_version": 2,
    "name": "Dark Skin for the tech game\u2122",
    "permissions": [
        "http:\/\/www.thetechgame.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.0",
    "web_accessible_resources": [
        "dark.css",
        "dark_comments.css",
        "images\/images.png",
        "images\/bg-branded-page-180.png"
    ]
}