Always Show Watch Later

Always shows the Watch Later button for Youtube embedded videos.

Co je Always Show Watch Later?

Always Show Watch Later je rozšíření Chrome vyvinuté Scott Zackrison, a jeho hlavní funkcí je „Always shows the Watch Later button for Youtube embedded videos.“.

Stáhnout soubor CRX rozšíření Always Show Watch Later

Stáhněte si soubory rozšíření Always Show Watch Later ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Always Show Watch Later Always Show Watch Later
ID opnlaeeckmpncaogfacbkelbldmpbibi
Oficiální URL https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi
Popis Always shows the Watch Later button for Youtube embedded videos.
Velikost souboru 33.75 KB
Počet instalací 413
Aktuální Verze 1.4
Poslední Aktualizace 2017-09-06
Datum Vydání 2017-09-06
Hodnocení 4.64/5 Celkem 28 Hodnocení
Vývojář Scott Zackrison
Typ Platby free
Podporované Jazyky 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"
    }
}