Super Mario Maker Star Count

Shows your Super Mario Maker star count inside Chrome.

Was ist Super Mario Maker Star Count?

Super Mario Maker Star Count ist eine Chrome-Erweiterung, die von zachberry entwickelt wurde, und ihr Hauptmerkmal ist "Shows your Super Mario Maker star count inside Chrome.".

Erweiterungsscreenshots

screenshot

Super Mario Maker Star Count-Erweiterungs-CRX-Datei herunterladen

Laden Sie Super Mario Maker Star Count-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Just a simple little extension that will load your current star count from the Super Mario Maker bookmark site. You can find the source code at https://github.com/zachberry/super-mario-maker-star-count                    

Grundlegende Informationen zur Erweiterung

Name Super Mario Maker Star Count Super Mario Maker Star Count
ID jkkeaiebmhbidkjgigbibnpmolblniel
Offizielle URL https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel
Beschreibung Shows your Super Mario Maker star count inside Chrome.
Dateigröße 42.34 KB
Installationsanzahl 377
Aktuelle Version 0.0.1
Letztes Update 2016-01-01
Veröffentlichungsdatum 2016-01-01
Bewertung 4.25/5 Insgesamt 12 Bewertungen
Entwickler zachberry
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Shows your Super Mario Maker star count inside Chrome.",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "Super Mario Maker Star Count",
    "permissions": [
        "tabs",
        "*:\/\/supermariomakerbookmark.nintendo.net\/profile\/*\/",
        "storage"
    ],
    "version": "0.0.1",
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}