Youtube subscriptions
Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
Apa itu Youtube subscriptions?
Youtube subscriptions adalah ekstensi Chrome yang dikembangkan oleh REKORD, dan fitur utamanya adalah "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube subscriptions
Unduh file ekstensi Youtube subscriptions 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
The YouTube subscription itself is an application that allows you to quickly and conveniently keep track of the latest updates to your subscriptions without logging into the YouTube page. You just need to add the address of your channel once and for the last how many hours the published videos items you want to see. The application will only evolve and will add more and more new features just for your convenience.
Informasi Dasar Ekstensi
Nama | Youtube subscriptions |
ID | bddhdhnlblfihpgogfinakagjkkcgnai |
URL Resmi | https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai |
Deskripsi | Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube |
Ukuran File | 13.78 KB |
Jumlah Instalasi | 1,928 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2021-02-15 |
Tanggal Publikasi | 2019-03-14 |
Penilaian | 2.82/5 Total 11 Penilaian |
Pengembang | REKORD |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube", "icons": { "128": "icons\/logo.png" }, "manifest_version": 2, "name": "Youtube subscriptions", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |