2FF Youtube viewer

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

2FF Youtube viewer là gì?

2FF Youtube viewer là một tiện ích mở rộng Chrome được phát triển bởi qurihara, và tính năng chính của nó là "2FF (2-level fast forwarding) Youtube viewer can save time for watching Youtube videos.".

Tải xuống tệp CRX của tiện ích mở rộng 2FF Youtube viewer

Tải xuống các tệp mở rộng 2FF Youtube viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 2FF Youtube viewer 2FF Youtube viewer
ID ingfcmfdaliiofoamcjbcpjjoegdmkko
URL Chính Thức https://chromewebstore.google.com/detail/2ff-youtube-viewer/ingfcmfdaliiofoamcjbcpjjoegdmkko
Mô tả 2FF (2-level fast forwarding) Youtube viewer can save time for watching Youtube videos.
Kích Thước Tệp 68.15 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2016-06-10
Ngày Phát Hành 2016-06-09
Nhà Phát Triển qurihara
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}