Putlocker Video Navigation Buttons

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

Qu'est-ce que Putlocker Video Navigation Buttons ?

Putlocker Video Navigation Buttons est une extension Chrome développée par Unknown, et sa fonction principale est "This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Putlocker Video Navigation Buttons

Téléchargez les fichiers d'extension Putlocker Video Navigation Buttons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Putlocker Video Navigation Buttons Putlocker Video Navigation Buttons
ID hnhdbkehcmilaegpidfhocgjnhbkdjaf
URL Officiel https://chromewebstore.google.com/detail/putlocker-video-navigatio/hnhdbkehcmilaegpidfhocgjnhbkdjaf
Description This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.
Taille du Fichier 180 KB
Nombre d'Installations 77
Version Actuelle 1.2
Dernière Mise à Jour 2017-03-11
Date de Publication 2017-03-11
Évaluation 4.60/5 Total 5 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}