Super Mario Maker Star Count
Shows your Super Mario Maker star count inside Chrome.
Wat is Super Mario Maker Star Count?
Super Mario Maker Star Count is een Chrome-extensie ontwikkeld door zachberry, en de belangrijkste functie is "Shows your Super Mario Maker star count inside Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Super Mario Maker Star Count
Download Super Mario Maker Star Count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jkkeaiebmhbidkjgigbibnpmolblniel |
Officiële URL | https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel |
Beschrijving | Shows your Super Mario Maker star count inside Chrome. |
Bestandsgrootte | 42.34 KB |
Aantal Installaties | 377 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-01-01 |
Publicatiedatum | 2016-01-01 |
Beoordeling | 4.25/5 Totaal 12 Beoordelingen |
Ontwikkelaar | zachberry |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |