SkipShout

SkipShout

Qu'est-ce que SkipShout ?

SkipShout est une extension Chrome développée par https://vaacarmy.com, et sa fonction principale est "SkipShout".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SkipShout

Téléchargez les fichiers d'extension SkipShout au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SkipShout SkipShout
ID hcikomijdkmkmjigkobhhibcikihogjo
URL Officiel https://chromewebstore.google.com/detail/skipshout/hcikomijdkmkmjigkobhhibcikihogjo
Description SkipShout
Taille du Fichier 120 KB
Nombre d'Installations 13
Version Actuelle 3.0
Dernière Mise à Jour 2016-05-08
Date de Publication 2016-05-08
Évaluation 4.33/5 Total 6 Évaluations
Développeur https://vaacarmy.com
Type de Paiement free
Site Web de l'Extension https://www.skipshout.com/
URL de la Page d'Aide https://www.vaacarmy.com/getting_started.html
Langues Prises en Charge 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"
}