Hatsune Miku Footer
Adds a cyan footer with the text "hatsune miku" to every page.
Cos'è Hatsune Miku Footer?
Hatsune Miku Footer è un'estensione di Chrome sviluppata da Aixil, e la sua funzione principale è "Adds a cyan footer with the text "hatsune miku" to every page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hatsune Miku Footer
Scarica i file di estensione Hatsune Miku Footer 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
Firefox version: https://addons.mozilla.org/en-US/firefox/addon/hatsune-miku-footer/ Informazioni di Base sull'Estensione
| Nome | |
| ID | hmfmpbejccdgjaeohanfadencaalkbnd |
| URL Ufficiale | https://chromewebstore.google.com/detail/hatsune-miku-footer/hmfmpbejccdgjaeohanfadencaalkbnd |
| Descrizione | Adds a cyan footer with the text "hatsune miku" to every page. |
| Dimensione del File | 34.54 KB |
| Conteggio Installazioni | 455 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2021-07-16 |
| Data di Pubblicazione | 2021-07-15 |
| Valutazione | 3.50/5 Totale 2 Valutazioni |
| Sviluppatore | Aixil |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hatsune Miku Footer",
"version": "1.1",
"description": "Adds a cyan footer with the text \"hatsune miku\" to every page.",
"icons": {
"90": "icons\/icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"miku.js"
]
}
],
"browser_action": {
"default_popup": "thanks.html",
"default_title": "Hatsune Miku Footer"
}
} | |