Hatsune Miku Footer
Adds a cyan footer with the text "hatsune miku" to every page.
Qu'est-ce que Hatsune Miku Footer ?
Hatsune Miku Footer est une extension Chrome développée par Aixil, et sa fonction principale est "Adds a cyan footer with the text "hatsune miku" to every page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hatsune Miku Footer
Téléchargez les fichiers d'extension Hatsune Miku Footer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Firefox version: https://addons.mozilla.org/en-US/firefox/addon/hatsune-miku-footer/
Informations de Base sur l'Extension
Nom | Hatsune Miku Footer |
ID | hmfmpbejccdgjaeohanfadencaalkbnd |
URL Officiel | https://chromewebstore.google.com/detail/hatsune-miku-footer/hmfmpbejccdgjaeohanfadencaalkbnd |
Description | Adds a cyan footer with the text "hatsune miku" to every page. |
Taille du Fichier | 34.54 KB |
Nombre d'Installations | 455 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-07-16 |
Date de Publication | 2021-07-15 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | Aixil |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |