Always Show Watch Later

Always shows the Watch Later button for Youtube embedded videos.

Qu'est-ce que Always Show Watch Later ?

Always Show Watch Later est une extension Chrome développée par Scott Zackrison, et sa fonction principale est "Always shows the Watch Later button for Youtube embedded videos.".

Télécharger le fichier CRX de l'extension Always Show Watch Later

Téléchargez les fichiers d'extension Always Show Watch Later 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 forces the Watch Later button to be visible for embedded Youtube videos.

--> updated 9/6/17
---> minor bug fix

--> updated 7/18/17
---> fixed another issue in some instances where it wouldn't show the Watch Later button

--> updated 2/14/17
---> fixed an issue in some instances where it wouldn't show the Watch Later button

--> updated 9/24/15
---> faster
---> more reliable
---> more efficient                    

Informations de Base sur l'Extension

Nom Always Show Watch Later Always Show Watch Later
ID opnlaeeckmpncaogfacbkelbldmpbibi
URL Officiel https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi
Description Always shows the Watch Later button for Youtube embedded videos.
Taille du Fichier 33.75 KB
Nombre d'Installations 413
Version Actuelle 1.4
Dernière Mise à Jour 2017-09-06
Date de Publication 2017-09-06
Évaluation 4.64/5 Total 28 Évaluations
Développeur Scott Zackrison
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Show Watch Later",
    "description": "Always shows the Watch Later button for Youtube embedded videos.",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}