Youtube Categories
Associate youtube channels with a category on the youtube subscription & homepage.
Apa itu Youtube Categories?
Youtube Categories adalah ekstensi Chrome yang dikembangkan oleh https://deejdesigns.com, dan fitur utamanya adalah "Associate youtube channels with a category on the youtube subscription & homepage.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube Categories
Unduh file ekstensi Youtube Categories 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
Associate youtube channels with a category on the subscription page. WARNING! This is only currently for my personal use. If enough people show interest I'll add additional features like allowing filtering by category and adding your own custom categories. I've only released it on the store so I can sync data from this plugin across multiple computers. Update: This plugin no longer requires the Youtube Subscription Grid plugin.
Informasi Dasar Ekstensi
Nama | Youtube Categories |
ID | hennlecbpnfiibglfmhmnplnhmioboei |
URL Resmi | https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei |
Deskripsi | Associate youtube channels with a category on the youtube subscription & homepage. |
Ukuran File | 1.8 MB |
Jumlah Instalasi | 490 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2017-11-13 |
Tanggal Publikasi | 2017-11-13 |
Penilaian | 3.60/5 Total 5 Penilaian |
Pengembang | https://deejdesigns.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Categories", "description": "Associate youtube channels with a category on the youtube subscription & homepage.", "version": "0.0.5", "author": "DeejDesigns.com", "web_accessible_resources": [ "\/scripts\/jquery-1.10.1.min.map" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions", "https:\/\/www.youtube.com\/feed\/subscriptions?*", "https:\/\/www.youtube.com\/" ], "js": [ "\/scripts\/jquery.js", "\/scripts\/script.js" ], "css": [ "\/styles\/style.css" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "icons": { "128": "icon.png" } } |