Did Youtube unsubscribe me?
Check if youtube unsubscribes you without asking.
Apa itu Did Youtube unsubscribe me??
Did Youtube unsubscribe me? adalah ekstensi Chrome yang dikembangkan oleh T21 Computing, dan fitur utamanya adalah "Check if youtube unsubscribes you without asking.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Did Youtube unsubscribe me?
Unduh file ekstensi Did Youtube unsubscribe me? 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
You get notified if you get unsubscribed from a YouTube channel so your favorite creators content stays on your home page. This extension will open a new YouTube tab in the background every few hours to check you subscription list. You must be Signed In. --------------------------------------- Currently In beta, so please report any issues on the support form on the chrome web store.
Informasi Dasar Ekstensi
Nama | |
ID | lbodbdbdjefgplcajojgampojiiamjhe |
URL Resmi | https://chrome.google.com/webstore/detail/did-youtube-unsubscribe-m/lbodbdbdjefgplcajojgampojiiamjhe |
Deskripsi | Check if youtube unsubscribes you without asking. |
Ukuran File | 16.88 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2020-11-14 |
Tanggal Publikasi | 2020-11-14 |
Pengembang | T21 Computing |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://f1.t21computing.co.uk/privacy |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Did Youtube unsubscribe me?", "description": "Check if youtube unsubscribes you without asking.", "version": "0.1.3", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/?DYUM=1" ], "js": [ "js\/content.js" ], "css": [ "css\/main.css" ] } ], "icons": { "64": "images\/Unsub64.png", "128": "images\/Unsub128.png", "256": "images\/Unsub256.png" }, "web_accessible_resources": [ "manage\/*" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "images\/Unsub64.png", "128": "images\/Unsub128.png", "256": "images\/Unsub256.png" } } } |