Super Mario Maker Course ID Linkifier

Converts all Super Mario Maker Course IDs into Bookmark links

What is Super Mario Maker Course ID Linkifier?

Super Mario Maker Course ID Linkifier is a Chrome extension developed by Lanny Heidbreder, and its main feature is "Converts all Super Mario Maker Course IDs into Bookmark links".

Download Super Mario Maker Course ID Linkifier Extension CRX File

Download Super Mario Maker Course ID Linkifier 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

                                            

Extension Basic Information

Name Super Mario Maker Course ID Linkifier Super Mario Maker Course ID Linkifier
ID ckckihmnafbkjipncoonifoohjfdnpkb
Official URL https://chrome.google.com/webstore/detail/super-mario-maker-course/ckckihmnafbkjipncoonifoohjfdnpkb
Description Converts all Super Mario Maker Course IDs into Bookmark links
File Size 9.07 KB
Installation Count 198
Current Version 0.5.1
Last Updated 2016-01-12
Publish Date 2016-01-12
Rating 4.31/5 Total 13 Ratings
Developer Lanny Heidbreder
Payment Type free
Extension Website https://github.com/75th/mario-maker-linker
Help Page URL https://github.com/75th/mario-maker-linker/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Mario Maker Course ID Linkifier",
    "version": "0.5.1",
    "description": "Converts all Super Mario Maker Course IDs into Bookmark links",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/supermariomakerbookmark.nintendo.net\/*"
            ],
            "js": [
                "mariomaker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "https:\/\/supermariomakerbookmark.nintendo.net\/",
        "declarativeContent"
    ]
}