Putlocker Video Navigation Buttons

This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.

Vad är Putlocker Video Navigation Buttons?

Putlocker Video Navigation Buttons är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.".

Tilläggsskärmbilder

screenshot

Ladda ner Putlocker Video Navigation Buttons-förlängningens CRX-fil

Ladda ner Putlocker Video Navigation Buttons-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Putlocker Video Navigation Buttons Putlocker Video Navigation Buttons
ID hnhdbkehcmilaegpidfhocgjnhbkdjaf
Officiell webbadress https://chromewebstore.google.com/detail/putlocker-video-navigatio/hnhdbkehcmilaegpidfhocgjnhbkdjaf
Beskrivning This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.
Filstorlek 180 KB
Antal Installationer 77
Aktuell Version 1.2
Senast Uppdaterad 2017-03-11
Publiceringsdatum 2017-03-11
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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\/*"
    ]
}