Hatsune Miku Footer
Adds a cyan footer with the text "hatsune miku" to every page.
Wat is Hatsune Miku Footer?
Hatsune Miku Footer is een Chrome-extensie ontwikkeld door Aixil, en de belangrijkste functie is "Adds a cyan footer with the text "hatsune miku" to every page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hatsune Miku Footer
Download Hatsune Miku Footer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Firefox version: https://addons.mozilla.org/en-US/firefox/addon/hatsune-miku-footer/                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hmfmpbejccdgjaeohanfadencaalkbnd | 
| Officiële URL | https://chromewebstore.google.com/detail/hatsune-miku-footer/hmfmpbejccdgjaeohanfadencaalkbnd | 
| Beschrijving | Adds a cyan footer with the text "hatsune miku" to every page. | 
| Bestandsgrootte | 34.54 KB | 
| Aantal Installaties | 455 | 
| Huidige Versie | 1.1 | 
| Laatst Bijgewerkt | 2021-07-16 | 
| Publicatiedatum | 2021-07-15 | 
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | Aixil | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |