YouTube Monetization Checker
Check if the video is monetized easily on YouTube.
Apa itu YouTube Monetization Checker?
YouTube Monetization Checker adalah ekstensi Chrome yang dikembangkan oleh sparco, dan fitur utamanya adalah "Check if the video is monetized easily on YouTube.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Monetization Checker
Unduh file ekstensi YouTube Monetization Checker 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
L'estensione per Youtube permette di: • controllare se in video è monetizzato o meno info aggiuntive: Per verificare se il video è monetizzato basta guardare se nel bottone aggiuntivo prima del bottone "iscriviti" compare il simbolo della monetizzazione: - verde = monetizzato - rosso = non monetizzato
Informasi Dasar Ekstensi
Nama | YouTube Monetization Checker |
ID | appcjhaiopiclndmijnihjlfkinkpcdn |
URL Resmi | https://chromewebstore.google.com/detail/youtube-monetization-chec/appcjhaiopiclndmijnihjlfkinkpcdn |
Deskripsi | Check if the video is monetized easily on YouTube. |
Ukuran File | 14.4 KB |
Jumlah Instalasi | 319 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2023-12-10 |
Tanggal Publikasi | 2023-12-10 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | sparco |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://marcobarbagallo.altervista.org/yt_proj/sparcodocu/privacy.html |
Bahasa yang Didukung | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Monetization Checker", "version": "0.1.0", "description": "Check if the video is monetized easily on YouTube.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "utils\/waitForElement.js", "utils\/checkForValidURL.js", "utils\/getURLType.js", "functions\/getDataOnFirstLoad.js", "main.js" ] } ] } |