Putlocker Video Navigation Buttons

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

Hvad er Putlocker Video Navigation Buttons?

Putlocker Video Navigation Buttons er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.".

Udvidelsesskærmbilleder

screenshot

Download Putlocker Video Navigation Buttons-udvidelses-CRX-fil

Download Putlocker Video Navigation Buttons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Putlocker Video Navigation Buttons Putlocker Video Navigation Buttons
ID hnhdbkehcmilaegpidfhocgjnhbkdjaf
Officiel URL https://chromewebstore.google.com/detail/putlocker-video-navigatio/hnhdbkehcmilaegpidfhocgjnhbkdjaf
Beskrivelse This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.
Filstørrelse 180 KB
Antal Installationer 77
Nuværende Version 1.2
Senest Opdateret 2017-03-11
Udgivelsesdato 2017-03-11
Bedømmelse 4.60/5 Samlet 5 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}