2FF Youtube viewer

2FF (2-level fast forwarding) Youtube viewer can save time for watching Youtube videos.

2FF Youtube viewer란 무엇입니까?

2FF Youtube viewer은(는) qurihara에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "2FF (2-level fast forwarding) Youtube viewer can save time for watching Youtube videos."입니다.

2FF Youtube viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        2FF (2-level fast forwarding) Youtube viewer notifies you when it can save time for watching Youtube videos.                    

확장 프로그램 기본 정보

이름 2FF Youtube viewer 2FF Youtube viewer
ID ingfcmfdaliiofoamcjbcpjjoegdmkko
공식 URL https://chromewebstore.google.com/detail/2ff-youtube-viewer/ingfcmfdaliiofoamcjbcpjjoegdmkko
설명 2FF (2-level fast forwarding) Youtube viewer can save time for watching Youtube videos.
파일 크기 68.15 KB
설치 횟수 30
현재 버전 0.2.0
최근 업데이트 2016-06-10
출시 날짜 2016-06-09
개발자 qurihara
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/sites.google.com\/site\/qurihara\/home\/2ff",
    "content_scripts": [
        {
            "js": [
                "notify.js",
                "subtitle.js",
                "content_youtube.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.amazon.co.jp\/dp\/*?autoplay=1*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "2FF (2-level fast forwarding) Youtube viewer can save time for watching Youtube videos.",
    "name": "2FF Youtube viewer",
    "permissions": [
        "http:\/\/www.youtube.com\/html5",
        "https:\/\/2ff.azurewebsites.net\/*",
        "notifications",
        "storage"
    ],
    "options_page": "opt.html",
    "web_accessible_resources": [
        "icons\/icon_048.png"
    ],
    "icons": {
        "16": "icons\/icon_016.png",
        "32": "icons\/icon_032.png",
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_032.png",
        "default_popup": "opt.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "default_locale": "en"
}