Putlocker Video Navigation Buttons
This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.
O que é Putlocker Video Navigation Buttons?
Putlocker Video Navigation Buttons é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Putlocker Video Navigation Buttons
Baixe arquivos de extensão Putlocker Video Navigation Buttons 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 adds next episode and previous episode buttons which allow you to move forward and backwards through the TV show that you are watching on "www.putlockertv.is" (formerly putlocker.is/putlockers.ch). Perfect for binge-watching your favourite shows, this extension will remove the hassle of trying to find the next episode and instead deliver it to you in the click of a button!
Informações Básicas da Extensão
Nome | Putlocker Video Navigation Buttons |
ID | hnhdbkehcmilaegpidfhocgjnhbkdjaf |
URL Oficial | https://chromewebstore.google.com/detail/putlocker-video-navigatio/hnhdbkehcmilaegpidfhocgjnhbkdjaf |
Descrição | This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video. |
Tamanho do Arquivo | 180 KB |
Contagem de Instalações | 77 |
Versão Atual | 1.2 |
Última Atualização | 2017-03-11 |
Data de Publicação | 2017-03-11 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Putlocker Video Navigation Buttons", "description": "This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is\/putlockers.ch) underneath the video.", "version": "1.2", "content_scripts": [ { "matches": [ "http:\/\/putlockertv.is\/watch*season*episode*" ], "js": [ "myscript.js" ] } ], "web_accessible_resources": [ "*.png" ], "icons": { "128": "icon-128.png", "48": "icon-48.png" }, "permissions": [ "http:\/\/putlockertv.is\/*" ] } |