YouTube Monetization Checker
Check if the video is monetized easily on YouTube.
Vad är YouTube Monetization Checker?
YouTube Monetization Checker är en Chrome-tillägg utvecklad av sparco, och dess huvudfunktion är "Check if the video is monetized easily on YouTube.".
Tilläggsskärmbilder
Ladda ner YouTube Monetization Checker-förlängningens CRX-fil
Ladda ner YouTube Monetization Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | YouTube Monetization Checker |
ID | appcjhaiopiclndmijnihjlfkinkpcdn |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-monetization-chec/appcjhaiopiclndmijnihjlfkinkpcdn |
Beskrivning | Check if the video is monetized easily on YouTube. |
Filstorlek | 14.4 KB |
Antal Installationer | 319 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2023-12-10 |
Publiceringsdatum | 2023-12-10 |
Betyg | 4.80/5 Totalt 5 Betyg |
Utvecklare | sparco |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://marcobarbagallo.altervista.org/yt_proj/sparcodocu/privacy.html |
Stödda Språk | 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" ] } ] } |