SkipShout

SkipShout

SkipShout क्या है?

SkipShout https://vaacarmy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SkipShout"।

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

screenshot
screenshot
screenshot

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

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

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

                        Get the future faster - SkipShout moves you through video advertisements with just your voice! There's never a wait to get your videos loaded - with SkipShout, you can immediately speak a code that gets you straight to your video.
More than an ad block, SkipShout gives back to the video creators. Without blocking ads, creators still get money from the ads while you still get straight to the good stuff. It sounds like a revolution, because it is. Get video freedom - interact with your videos on your terms, using your voice. Install now and take control of ads, without hurting video creators by using traditional ad blockers.                    

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

नाम SkipShout SkipShout
ID hcikomijdkmkmjigkobhhibcikihogjo
आधिकारिक URL https://chromewebstore.google.com/detail/skipshout/hcikomijdkmkmjigkobhhibcikihogjo
विवरण SkipShout
फ़ाइल का आकार 120 KB
स्थापना संख्या 13
वर्तमान संस्करण 3.0
अंतिम अपडेट 2016-05-08
प्रकाशन तिथि 2016-05-08
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर https://vaacarmy.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.skipshout.com/
सहायता पृष्ठ URL https://www.vaacarmy.com/getting_started.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkipShout",
    "short_name": "SkipShout",
    "version": "3.0",
    "description": "SkipShout",
    "icons": {
        "16": "media\/skipshout.png",
        "48": "media\/skipshout.png",
        "128": "media\/skipshout.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "media\/skipshout.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "vendor\/async.js",
            "vendor\/underscore-min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "content\/css\/style.css"
            ],
            "js": [
                "vendor\/async.js",
                "content\/page.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "content\/templates.html",
        "content\/media\/interstitial.mp4",
        "content\/media\/phrasebg.png",
        "content\/media\/promptbg.png",
        "content\/media\/up_arrow_sign.png"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "tabs",
        "webRequestBlocking",
        "http:\/\/vaac-army.herokuapp.com\/*",
        "*:\/\/*\/*"
    ],
    "options_page": "options\/index.html"
}