Autoplay No More

Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.

什麼是Autoplay No More?

Autoplay No More是由https://www.kiboke-studio.hr開發的Chrome擴展程式,該擴展的主要功能是“Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.”。

擴展截圖

screenshot

下載Autoplay No More擴展crx文件

下載Autoplay No More擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.                    

擴展基本資訊

名稱 Autoplay No More Autoplay No More
ID obiogedpmdnfaldjdjmnbpmhjjfnghnj
官方網址 https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj
簡介 Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
檔案大小 13.88 KB
安裝次數 1,051
目前版本 0.4.2
更新時間 2023-08-21
上架時間 2020-04-16
評分 3.00/5 共 8 次評分
開發者 https://www.kiboke-studio.hr
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.kiboke-studio.hr/browser-extensions/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autoplay No More",
    "description": "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.",
    "version": "0.4.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "data\/youtube.css"
            ],
            "js": [
                "data\/youtube.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "css": [
                "data\/vimeo.css"
            ],
            "js": [
                "data\/vimeo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ted.com\/*"
            ],
            "js": [
                "data\/ted.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.bing.com\/videos\/*"
            ],
            "js": [
                "data\/bing.js"
            ]
        }
    ]
}