SplaWidget2
Displays the items of Slpatoon2's SplatNet Gear Shop.
What is SplaWidget2?
SplaWidget2 is a Chrome extension developed by wToTw, and its main feature is "Displays the items of Slpatoon2's SplatNet Gear Shop.".
Extension Screenshots
Download SplaWidget2 Extension CRX File
Download SplaWidget2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lilbiojjhobjjdifegpbndkmdjjbghdp |
Official URL | https://chrome.google.com/webstore/detail/splawidget2/lilbiojjhobjjdifegpbndkmdjjbghdp |
Description | Displays the items of Slpatoon2's SplatNet Gear Shop. |
File Size | 1.26 MB |
Installation Count | 135 |
Current Version | 1.0.6 |
Last Updated | 2017-12-27 |
Publish Date | 2017-12-27 |
Rating | 4.00/5 Total 1 Ratings |
Developer | wToTw |
Payment Type | free |
Extension Website | https://twitter.com/SplaWidget2 |
Help Page URL | https://twitter.com/SplaWidget2 |
Supported Languages | 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\/*" ] } |