Youtube™ YES!
STOP ASKING! I'm here!
Cos'è Youtube™ YES!?
Youtube™ YES! è un'estensione di Chrome sviluppata da katopz, e la sua funzione principale è "STOP ASKING! I'm here!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube™ YES!
Scarica i file di estensione Youtube™ YES! 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 STOP ASKING! I'm here! It's working on my machine, but if is not on yours... be a man and start coding!
Informazioni di Base sull'Estensione
Nome | Youtube™ YES! |
ID | blfiejjphamjahkpopflmmcidekiiele |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-yes/blfiejjphamjahkpopflmmcidekiiele |
Descrizione | STOP ASKING! I'm here! |
Dimensione del File | 9.08 KB |
Conteggio Installazioni | 180 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-08-03 |
Data di Pubblicazione | 2019-10-30 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | katopz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube\u2122 YES!", "version": "1.1", "description": "STOP ASKING! I'm here!", "icons": { "128": "duck-128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "index.js" ] } ], "manifest_version": 2 } |