Youtube Subscriptions Homescreen

Makes your subscriptions your homepage.

Apa itu Youtube Subscriptions Homescreen?

Youtube Subscriptions Homescreen adalah ekstensi Chrome yang dikembangkan oleh http://kiricon.net, dan fitur utamanya adalah "Makes your subscriptions your homepage.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Subscriptions Homescreen

Unduh file ekstensi Youtube Subscriptions Homescreen 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, once installed will change your default YouTube home screen from "What to Watch" to "My Subscriptions" just like YouTube use to be. 

YouTube recently changed their layout so that by default you are taken to the "What to watch" as the you tube home screen. I personally found it a bit annoying so I created this extension. Hope you guys enjoy it!                    

Informasi Dasar Ekstensi

Nama Youtube Subscriptions Homescreen Youtube Subscriptions Homescreen
ID hjcppaaijnfjigbegedakkalgclkljjc
URL Resmi https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc
Deskripsi Makes your subscriptions your homepage.
Ukuran File 11.99 KB
Jumlah Instalasi 810
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-09-16
Tanggal Publikasi 2014-09-16
Penilaian 4.78/5 Total 23 Penilaian
Pengembang http://kiricon.net
Tipe Pembayaran free
Situs Ekstensi http://kiricon.net
URL Halaman Bantuan http://kiricon.net
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Makes your subscriptions your homepage.",
    "homepage_url": "http:\/\/kiricon.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Youtube Subscriptions Homescreen",
    "permissions": [
        "storage"
    ],
    "version": "1.0"
}