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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}