SplaWidget2

Displays the items of Slpatoon2's SplatNet Gear Shop.

Wat is SplaWidget2?

SplaWidget2 is een Chrome-extensie ontwikkeld door wToTw, en de belangrijkste functie is "Displays the items of Slpatoon2's SplatNet Gear Shop.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SplaWidget2

Download SplaWidget2-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

                        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.                    

Basisinformatie over de Extensie

Naam SplaWidget2 SplaWidget2
ID lilbiojjhobjjdifegpbndkmdjjbghdp
Officiële URL https://chrome.google.com/webstore/detail/splawidget2/lilbiojjhobjjdifegpbndkmdjjbghdp
Beschrijving Displays the items of Slpatoon2's SplatNet Gear Shop.
Bestandsgrootte 1.26 MB
Aantal Installaties 135
Huidige Versie 1.0.6
Laatst Bijgewerkt 2017-12-27
Publicatiedatum 2017-12-27
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar wToTw
Betalingswijze free
Extensiewebsite https://twitter.com/SplaWidget2
Help Pagina-URL https://twitter.com/SplaWidget2
Ondersteunde Talen 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\/*"
    ]
}