SkipShout

SkipShout

SkipShout란 무엇입니까?

SkipShout은(는) https://vaacarmy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SkipShout"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SkipShout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}