Nextvid Stopper for YouTube™

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

O que é Nextvid Stopper for YouTube™?

Nextvid Stopper for YouTube™ é uma extensão do Chrome desenvolvida por Jenna R, e sua principal característica é "This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Nextvid Stopper for YouTube™

Baixe arquivos de extensão Nextvid Stopper for YouTube™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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™.                    

Informações Básicas da Extensão

Nome Nextvid Stopper for YouTube™ Nextvid Stopper for YouTube™
ID lhgkhlpecokabjdphcgfakhegiacmoca
URL Oficial https://chrome.google.com/webstore/detail/nextvid-stopper-for-youtu/lhgkhlpecokabjdphcgfakhegiacmoca
Descrição This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.
Tamanho do Arquivo 33.66 KB
Contagem de Instalações 4,000
Versão Atual 1.8
Última Atualização 2018-02-11
Data de Publicação 2018-02-11
Classificação 3.86/5 Total de 178 Avaliações
Desenvolvedor Jenna R
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}