SkipShout

SkipShout

O que é SkipShout?

SkipShout é uma extensão do Chrome desenvolvida por https://vaacarmy.com, e sua principal característica é "SkipShout".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SkipShout

Baixe arquivos de extensão SkipShout no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SkipShout SkipShout
ID hcikomijdkmkmjigkobhhibcikihogjo
URL Oficial https://chromewebstore.google.com/detail/skipshout/hcikomijdkmkmjigkobhhibcikihogjo
Descrição SkipShout
Tamanho do Arquivo 120 KB
Contagem de Instalações 13
Versão Atual 3.0
Última Atualização 2016-05-08
Data de Publicação 2016-05-08
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor https://vaacarmy.com
Tipo de Pagamento free
Site da Extensão https://www.skipshout.com/
URL da Página de Ajuda https://www.vaacarmy.com/getting_started.html
Idiomas Suportados 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"
}