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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.”。

擴展截圖

screenshot

下載Putlocker Video Navigation Buttons擴展crx文件

下載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 Putlocker Video Navigation Buttons
ID hnhdbkehcmilaegpidfhocgjnhbkdjaf
官方網址 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\/*"
    ]
}