Nextvid Stopper for YouTube™

This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.

什麼是Nextvid Stopper for YouTube™?

Nextvid Stopper for YouTube™是由Jenna R開發的Chrome擴展程式,該擴展的主要功能是“This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.”。

擴展截圖

screenshot
screenshot

下載Nextvid Stopper for YouTube™擴展crx文件

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

擴展使用說明

                        Nextvid Stopper for YouTube™ is a lightweight extension that stops playlists from automatically going to the next video by toggling the autoplay button to 'off' every time you visit a playlist. 

You can quickly disable Nextvid Stopper for YouTube™ by clicking on the icon in the address bar. If you want it to continue stopping autoplay, just click the icon again to enable it. 

This extension won't stop autoplay for embedded YouTube™ playlists on other websites.

YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Nextvid Stopper for YouTube™ is NOT an official extension from YouTube™.                    

擴展基本資訊

名稱 Nextvid Stopper for YouTube™ Nextvid Stopper for YouTube™
ID lhgkhlpecokabjdphcgfakhegiacmoca
官方網址 https://chrome.google.com/webstore/detail/nextvid-stopper-for-youtu/lhgkhlpecokabjdphcgfakhegiacmoca
簡介 This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.
檔案大小 33.66 KB
安裝次數 4,000
目前版本 1.8
更新時間 2018-02-11
上架時間 2018-02-11
評分 3.86/5 共 178 次評分
開發者 Jenna R
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nextvid Stopper for YouTube\u2122",
    "description": "This extension stops YouTube\u2122 playlists from going to the next video automatically by toggling autoplay to 'off'.",
    "version": "1.8",
    "background": {
        "scripts": [
            "stop.js"
        ],
        "persistent": false
    },
    "icons": {
        "19": "icon19.png",
        "38": "icon38.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Nextvid Stopper for YouTube\u2122 Enabled"
    },
    "options_page": "options.html",
    "permissions": [
        "declarativeContent",
        "tabs",
        "*:\/\/*.youtube.com\/",
        "storage"
    ]
}