Putlocker Video Navigation Buttons
This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.
Что такое Putlocker Video Navigation Buttons?
Putlocker Video Navigation Buttons - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.".
Снимки экрана расширения
Скачать файл CRX расширения Putlocker Video Navigation Buttons
Скачайте файлы расширений Putlocker Video Navigation Buttons в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Putlocker Video Navigation Buttons |
ID | hnhdbkehcmilaegpidfhocgjnhbkdjaf |
Официальный URL | https://chromewebstore.google.com/detail/putlocker-video-navigatio/hnhdbkehcmilaegpidfhocgjnhbkdjaf |
Описание | This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video. |
Размер файла | 180 KB |
Количество установок | 77 |
Текущая Версия | 1.2 |
Последнее Обновление | 2017-03-11 |
Дата публикации | 2017-03-11 |
Рейтинг | 4.60/5 Всего 5 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | 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\/*" ] } |