Putlocker Video Navigation Buttons

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

Was ist Putlocker Video Navigation Buttons?

Putlocker Video Navigation Buttons ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.".

Erweiterungsscreenshots

screenshot

Putlocker Video Navigation Buttons-Erweiterungs-CRX-Datei herunterladen

Laden Sie Putlocker Video Navigation Buttons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Putlocker Video Navigation Buttons Putlocker Video Navigation Buttons
ID hnhdbkehcmilaegpidfhocgjnhbkdjaf
Offizielle URL https://chromewebstore.google.com/detail/putlocker-video-navigatio/hnhdbkehcmilaegpidfhocgjnhbkdjaf
Beschreibung This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.
Dateigröße 180 KB
Installationsanzahl 77
Aktuelle Version 1.2
Letztes Update 2017-03-11
Veröffentlichungsdatum 2017-03-11
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}