Youme
Расширение для YouTube
Cos'è Youme?
Youme è un'estensione di Chrome sviluppata da https://youme.gg, e la sua funzione principale è "Расширение для YouTube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youme
Scarica i file di estensione Youme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Расширение позволяет узнать о наличии или отсутствии монетизации на любом YouTube канале. А теперь еще и аватарки с банерами возвращает.
Informazioni di Base sull'Estensione
Nome | Youme |
ID | oiaeckabpflkeihkhmgoamaggiilopmg |
URL Ufficiale | https://chromewebstore.google.com/detail/youme/oiaeckabpflkeihkhmgoamaggiilopmg |
Descrizione | Расширение для YouTube |
Dimensione del File | 44.95 KB |
Conteggio Installazioni | 6,702 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2022-11-25 |
Data di Pubblicazione | 2022-08-07 |
Valutazione | 3.36/5 Totale 22 Valutazioni |
Sviluppatore | https://youme.gg |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://youme.gg |
URL della Pagina di Aiuto | https://youme.gg/contacts |
URL della Pagina della Politica sulla Privacy | https://youme.gg/privacy_policy |
Lingue Supportate | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youme", "version": "1.2.5", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f YouTube", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube.com\/@*" ], "js": [ "content.js", "jquery.js" ], "all_frames": true, "run_at": "document_end" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting", "webRequest", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "https:\/\/youme.gg\/*", " |