Always Show Watch Later

Always shows the Watch Later button for Youtube embedded videos.

Apa itu Always Show Watch Later?

Always Show Watch Later adalah ekstensi Chrome yang dikembangkan oleh Scott Zackrison, dan fitur utamanya adalah "Always shows the Watch Later button for Youtube embedded videos.".

Unduh Berkas CRX Ekstensi Always Show Watch Later

Unduh file ekstensi Always Show Watch Later dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Always Show Watch Later Always Show Watch Later
ID opnlaeeckmpncaogfacbkelbldmpbibi
URL Resmi https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi
Deskripsi Always shows the Watch Later button for Youtube embedded videos.
Ukuran File 33.75 KB
Jumlah Instalasi 413
Versi Saat Ini 1.4
Terakhir Diperbarui 2017-09-06
Tanggal Publikasi 2017-09-06
Penilaian 4.64/5 Total 28 Penilaian
Pengembang Scott Zackrison
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}