Netflix and Chill
This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
O que é Netflix and Chill?
Netflix and Chill é uma extensão do Chrome desenvolvida por ranneyd, e sua principal característica é "This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube".
Baixar o arquivo CRX da Extensão Netflix and Chill
Baixe arquivos de extensão Netflix and Chill 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
This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
Informações Básicas da Extensão
Nome | |
ID | ddncfkfmfenleahgbgmdbnfdbjohmool |
URL Oficial | https://chromewebstore.google.com/detail/netflix-and-chill/ddncfkfmfenleahgbgmdbnfdbjohmool |
Descrição | This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube |
Tamanho do Arquivo | 23.14 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.0 |
Última Atualização | 2015-11-24 |
Data de Publicação | 2015-11-23 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | ranneyd |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Netflix and Chill", "description": "This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube", "icons": { "128": "icon-inverse128.png", "16": "icon-inverse16.png", "48": "icon-inverse48.png" }, "background": { "scripts": [ "chill.js" ] }, "browser_action": { "default_icon": "icon-inverse48.png", "default_title": "Initiate Chill Sequence" }, "permissions": [ "activeTab" ] } |