Super Mario Maker Star Count

Shows your Super Mario Maker star count inside Chrome.

Apa itu Super Mario Maker Star Count?

Super Mario Maker Star Count adalah ekstensi Chrome yang dikembangkan oleh zachberry, dan fitur utamanya adalah "Shows your Super Mario Maker star count inside Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Super Mario Maker Star Count

Unduh file ekstensi Super Mario Maker Star Count dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Super Mario Maker Star Count Super Mario Maker Star Count
ID jkkeaiebmhbidkjgigbibnpmolblniel
URL Resmi https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel
Deskripsi Shows your Super Mario Maker star count inside Chrome.
Ukuran File 42.34 KB
Jumlah Instalasi 377
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2016-01-01
Tanggal Publikasi 2016-01-01
Penilaian 4.25/5 Total 12 Penilaian
Pengembang zachberry
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}