Kasette: Auto-Replay YouTube Videos

Chrome extension to put YouTube videos on replay

什麼是Kasette: Auto-Replay YouTube Videos?

Kasette: Auto-Replay YouTube Videos是由Linus Lee開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to put YouTube videos on replay”。

擴展截圖

screenshot
screenshot

下載Kasette: Auto-Replay YouTube Videos擴展crx文件

下載Kasette: Auto-Replay YouTube Videos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Kasette allows you to put YouTube videos on infinite replay with one click. No-nonsense, just that.

Click the button once, and when the video finishes, it'll hit the replay button for you! Kasette does one small thing, but it does it pretty well. Watch the video to see how it works!

- - -

This is just a version-one, so let me know what you want to see added to Kasette, or if you encounter any problems, through the reviews / feedback forms here!

If you're curious how it works, or want to make sure there's nothing shady going on behind the scenes, you can check out the entire source code on GitHub here: https://github.com/thesephist/kasette

I've found it really useful to be able to put music videos or audio on repeat on YouTube over the years, so hopefully it's useful for you as well! - Linus

* Kasette currently works best for English-speaking YouTube users. If your language of YouTube is different, Kasette might not work super well. Sorry about that. I'm working on a fix!                    

擴展基本資訊

名稱 Kasette: Auto-Replay YouTube Videos Kasette: Auto-Replay YouTube Videos
ID plnciiihkbhecjbleklilmagcfhkbofj
官方網址 https://chromewebstore.google.com/detail/kasette-auto-replay-youtu/plnciiihkbhecjbleklilmagcfhkbofj
簡介 Chrome extension to put YouTube videos on replay
檔案大小 86.9 KB
安裝次數 28
目前版本 1.0.2
更新時間 2018-02-20
上架時間 2018-02-20
評分 5.00/5 共 1 次評分
開發者 Linus Lee
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://linus.zone/pp
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kasette: Auto-Replay YouTube Videos",
    "description": "Chrome extension to put YouTube videos on replay",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icons\/browser_button.png",
        "default_popup": "index.html"
    },
    "author": "Linus Lee",
    "short_name": "Kasette",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}