Super Mario Maker 2 Bookmark

This extension finds and marks every Super Mario Maker 2 Level Code it finds on the pages you visit. With just one click you can…

什麼是Super Mario Maker 2 Bookmark?

Super Mario Maker 2 Bookmark是由FLUXparticle開發的Chrome擴展程式,該擴展的主要功能是“This extension finds and marks every Super Mario Maker 2 Level Code it finds on the pages you visit. With just one click you can…”。

擴展截圖

screenshot
screenshot
screenshot

下載Super Mario Maker 2 Bookmark擴展crx文件

下載Super Mario Maker 2 Bookmark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension finds and marks every Super Mario Maker 2 Level Code it finds on the pages you visit. With just one click you can bookmark it to play later.

This extension is not by Nintendo and is not affiliated with it in any way. "Super Mario Maker 2", and all related indicia are trademarks or registered trademarks of Nintendo.                    

擴展基本資訊

名稱 Super Mario Maker 2 Bookmark Super Mario Maker 2 Bookmark
ID kpomfdclbpcnleaiojhlodejkbghkamg
官方網址 https://chromewebstore.google.com/detail/super-mario-maker-2-bookm/kpomfdclbpcnleaiojhlodejkbghkamg
簡介 This extension finds and marks every Super Mario Maker 2 Level Code it finds on the pages you visit. With just one click you can…
檔案大小 672 KB
安裝次數 498
目前版本 0.3.1
更新時間 2022-08-07
上架時間 2021-01-21
開發者 FLUXparticle
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://smm2exchange.fluxparticle.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgFbIrnF3oWbqomZh8CHzkTE9MxD\/4tVmCTJ3JYSzYhtVnX7tVAbXZRRPuYLavIFaS15tojlRNRhfOdvyTXew+RaSJjOIzdo30byBU3C4mJAtRtSjb+U9fAsJxStVpXvdQrYNNFCCx\/85T6oJX3qDsYexFCs\/9doGqzhCc5RvN+W4jbQlfz7n+TiT8TtPBKrQWGLYjbEdNpPnvnorJBMys\/yob82cglpqbWI36sTSGwQxjgQbp3b4mnQ2R0gzOcY41cMOw8JqSl6aXdYfHBTLxCy+gz9RCQYNUhDewxE1DeoEgAh21956oKJ8Sn7FacyMyNcnWvNhlMzPtr\/0RUK7nQIDAQAB",
    "name": "Super Mario Maker 2 Bookmark",
    "version": "0.3.1",
    "icons": {
        "128": "images\/flux128.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/flux128.png"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "identity",
        "scripting"
    ],
    "oauth2": {
        "client_id": "171239695530-3mbapmkhai2m0qjb2jgjp097c7jmmhc3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "web_accessible_resources": [
        {
            "resources": [
                "webfonts\/fa-regular-400.woff2",
                "webfonts\/fa-solid-900.woff2",
                "scripts\/firebase-app.js",
                "scripts\/firebase-analytics.js",
                "scripts\/firebase-auth.js",
                "scripts\/firebase-firestore.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}