SplaWidget2
Displays the items of Slpatoon2's SplatNet Gear Shop.
Was ist SplaWidget2?
SplaWidget2 ist eine Chrome-Erweiterung, die von wToTw entwickelt wurde, und ihr Hauptmerkmal ist "Displays the items of Slpatoon2's SplatNet Gear Shop.".
Erweiterungsscreenshots
SplaWidget2-Erweiterungs-CRX-Datei herunterladen
Laden Sie SplaWidget2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
SplaWidget2 displays the items of Slpatoon2's SplatNet Gear Shop. If you set options, I will find and notify you what you want!! ----- ver 1.0.6 ・Bug fix. ver 1.0.5 ・Bug fix. ver 1.0.4 ・Bug fix. ver 1.0.3 ・We corresponded to the gear added in ver2.0.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lilbiojjhobjjdifegpbndkmdjjbghdp |
Offizielle URL | https://chrome.google.com/webstore/detail/splawidget2/lilbiojjhobjjdifegpbndkmdjjbghdp |
Beschreibung | Displays the items of Slpatoon2's SplatNet Gear Shop. |
Dateigröße | 1.26 MB |
Installationsanzahl | 135 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2017-12-27 |
Veröffentlichungsdatum | 2017-12-27 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | wToTw |
Zahlungsart | free |
Erweiterungswebsite | https://twitter.com/SplaWidget2 |
Hilfeseite URL | https://twitter.com/SplaWidget2 |
Unterstützte Sprachen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.0.6", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon.png", "128": "images\/icon.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "pages\/option.html", "browser_action": { "default_icon": { "19": "images\/icon.png", "38": "images\/icon.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "permissions": [ "cookies", "notifications", "tabs", "https:\/\/splatoon2.ink\/data\/schedules.json", "https:\/\/splatoon2.ink\/data\/merchandises.json", "https:\/\/splatoon2.ink\/data\/salmonruncalendar.json" ], "web_accessible_resources": [ "fonts\/*" ] } |