Speedrun.Com Hide Video

Hide the possibly undesired stream on front page of speedrun.com

Speedrun.Com Hide Video क्या है?

Speedrun.Com Hide Video btrim (Cr extensions) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide the possibly undesired stream on front page of speedrun.com"।

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

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

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

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

                        Speedrun.com recently started featuring a stream on its front-page, and I don't particularly want to see this stream show up when I go to speedrun.com's front-page.

This extension simply removes the element with id 'twitch'                    

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

नाम Speedrun.Com Hide Video Speedrun.Com Hide Video
ID nlcgfkpgonpkpmibhiadejfhillahpbi
आधिकारिक URL https://chromewebstore.google.com/detail/speedruncom-hide-video/nlcgfkpgonpkpmibhiadejfhillahpbi
विवरण Hide the possibly undesired stream on front page of speedrun.com
फ़ाइल का आकार 8.46 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2018-12-15
प्रकाशन तिथि 2018-12-14
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर btrim (Cr extensions)
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speedrun.Com Hide Video",
    "description": "Hide the possibly undesired stream on front page of speedrun.com",
    "version": "0.0.0.1",
    "permissions": [
        "https:\/\/speedrun.com\/",
        "https:\/\/www.speedrun.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.speedrun.com\/",
                "http:\/\/speedrun.com\/"
            ],
            "js": [
                "srdc_hide_video.js"
            ],
            "run_at": "document_start"
        }
    ]
}