Super Mario Maker Star Count

Shows your Super Mario Maker star count inside Chrome.

What is Super Mario Maker Star Count?

Super Mario Maker Star Count is a Chrome extension developed by zachberry, and its main feature is "Shows your Super Mario Maker star count inside Chrome.".

Extension Screenshots

screenshot

Download Super Mario Maker Star Count Extension CRX File

Download Super Mario Maker Star Count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Super Mario Maker Star Count Super Mario Maker Star Count
ID jkkeaiebmhbidkjgigbibnpmolblniel
Official URL https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel
Description Shows your Super Mario Maker star count inside Chrome.
File Size 42.34 KB
Installation Count 377
Current Version 0.0.1
Last Updated 2016-01-01
Publish Date 2016-01-01
Rating 4.25/5 Total 12 Ratings
Developer zachberry
Payment Type free
Supported Languages 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
    }
}