Super Mario Maker Star Count

Shows your Super Mario Maker star count inside Chrome.

Co to jest Super Mario Maker Star Count?

Super Mario Maker Star Count to rozszerzenie Chrome opracowane przez zachberry, a jego główną funkcją jest „Shows your Super Mario Maker star count inside Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Super Mario Maker Star Count

Pobierz pliki rozszerzeń Super Mario Maker Star Count w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Super Mario Maker Star Count Super Mario Maker Star Count
ID jkkeaiebmhbidkjgigbibnpmolblniel
Oficjalny URL https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel
Opis Shows your Super Mario Maker star count inside Chrome.
Rozmiar pliku 42.34 KB
Liczba instalacji 377
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2016-01-01
Data Publikacji 2016-01-01
Ocena 4.25/5 Łącznie 12 Oceny
Deweloper zachberry
Typ Płatności free
Obsługiwane Języki 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
    }
}