Putlocker Video Navigation Buttons
This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.
Co to jest Putlocker Video Navigation Buttons?
Putlocker Video Navigation Buttons to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Putlocker Video Navigation Buttons
Pobierz pliki rozszerzeń Putlocker Video Navigation Buttons w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Putlocker Video Navigation Buttons |
ID | hnhdbkehcmilaegpidfhocgjnhbkdjaf |
Oficjalny URL | https://chromewebstore.google.com/detail/putlocker-video-navigatio/hnhdbkehcmilaegpidfhocgjnhbkdjaf |
Opis | This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video. |
Rozmiar pliku | 180 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2017-03-11 |
Data Publikacji | 2017-03-11 |
Ocena | 4.60/5 Łącznie 5 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |