Super Mario Maker Star Count
Shows your Super Mario Maker star count inside Chrome.
ما هو Super Mario Maker Star Count؟
Super Mario Maker Star Count هو إضافة Chrome تم تطويرها بواسطة zachberry، والميزة الرئيسية لها هي "Shows your Super Mario Maker star count inside Chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Super Mario Maker Star Count
قم بتنزيل ملفات الامتداد Super Mario Maker Star Count بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | jkkeaiebmhbidkjgigbibnpmolblniel |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel |
الوصف | Shows your Super Mario Maker star count inside Chrome. |
حجم الملف | 42.34 KB |
عدد التثبيتات | 377 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2016-01-01 |
تاريخ النشر | 2016-01-01 |
تقييم | 4.25/5 مجموع تقييمات 12 |
المطور | zachberry |
نوع الدفع | free |
اللغات المدعومة | 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 } } |