Still Here
Automatically tell Netflix you're still there
O que é Still Here?
Still Here é uma extensão do Chrome desenvolvida por irwing, e sua principal característica é "Automatically tell Netflix you're still there".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Still Here
Baixe arquivos de extensão Still Here 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
No more Netflix asking you if you're still there.
Informações Básicas da Extensão
Nome | Still Here |
ID | einlccdnblainedghjekipohnodkgpno |
URL Oficial | https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno |
Descrição | Automatically tell Netflix you're still there |
Tamanho do Arquivo | 18.85 KB |
Contagem de Instalações | 44 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-03-29 |
Data de Publicação | 2016-03-29 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | irwing |
Tipo de Pagamento | free |
Site da Extensão | http://stillhere.irwingreza.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Still Here", "description": "Automatically tell Netflix you're still there", "version": "1.0.0", "icons": { "128": "icon_128.png", "256": "icon_256.png" }, "author": "Irwing Reza", "short_name": "Still Here", "background": { "scripts": [ "netflix.js" ] }, "permissions": [ "tabs", "activeTab", "*:\/\/*.netflix.com\/watch*" ] } |