SplaWidget2
Displays the items of Slpatoon2's SplatNet Gear Shop.
Cos'è SplaWidget2?
SplaWidget2 è un'estensione di Chrome sviluppata da wToTw, e la sua funzione principale è "Displays the items of Slpatoon2's SplatNet Gear Shop.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SplaWidget2
Scarica i file di estensione SplaWidget2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lilbiojjhobjjdifegpbndkmdjjbghdp |
URL Ufficiale | https://chrome.google.com/webstore/detail/splawidget2/lilbiojjhobjjdifegpbndkmdjjbghdp |
Descrizione | Displays the items of Slpatoon2's SplatNet Gear Shop. |
Dimensione del File | 1.26 MB |
Conteggio Installazioni | 135 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2017-12-27 |
Data di Pubblicazione | 2017-12-27 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | wToTw |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/SplaWidget2 |
URL della Pagina di Aiuto | https://twitter.com/SplaWidget2 |
Lingue Supportate | 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\/*" ] } |