Endless for Youtube

Play and replay that Youtube video to death

Endless for Youtube là gì?

Endless for Youtube là một tiện ích mở rộng Chrome được phát triển bởi jing, và tính năng chính của nó là "Play and replay that Youtube video to death".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Endless for Youtube 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

                        Replay that Youtube video over and over and over again!

Install this extension and find the repeat button (enabled on install) added to the bottom right hand corner of your Youtube video player. 

Hit the extension settings menu to restore your default Youtube player. You can do this over and over too!!! Who doesn't like clicking a nice toggle every once in a while?

Can't stop listening to that song you can't find on Spotify? Repeat.
Want to nail that dance choreography? Repeat.
Need to hear the voice of your internet celebrity/hero/idol...over and over and over again? Repeat!                    

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

Tên Endless for Youtube Endless for Youtube
ID flgphficmginnjhdhebgegacneklhehm
URL Chính Thức https://chromewebstore.google.com/detail/endless-for-youtube/flgphficmginnjhdhebgegacneklhehm
Mô tả Play and replay that Youtube video to death
Kích Thước Tệp 12.65 KB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2017-03-17
Ngày Phát Hành 2017-03-16
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển jing
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Endless for Youtube",
    "description": "Play and replay that Youtube video to death",
    "version": "1.0.10",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/css\/styles.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "\/assets\/icon_128.png",
        "default_title": "Settings",
        "default_popup": "\/templates\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}