Scratchy
The Official extension for of the YouTuber, Scratchy!
Cos'è Scratchy?
Scratchy è un'estensione di Chrome sviluppata da Brandon S., e la sua funzione principale è "The Official extension for of the YouTuber, Scratchy!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scratchy
Scarica i file di estensione Scratchy 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
This Extension was made by Brandon for Scratchy's fans and him, to make navigation a little bit easier!
Informazioni di Base sull'Estensione
Nome | |
ID | hnioaikoffjpgglkkgceabhlklkkkddm |
URL Ufficiale | https://chrome.google.com/webstore/detail/scratchy/hnioaikoffjpgglkkgceabhlklkkkddm |
Descrizione | The Official extension for of the YouTuber, Scratchy! |
Dimensione del File | 50.6 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-11-26 |
Data di Pubblicazione | 2018-11-26 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Brandon S. |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scratchy", "description": "The Official extension for of the YouTuber, Scratchy!", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |