Splatoon Map Info Extension

Condensed map rotation information for Splatoon.

Was ist Splatoon Map Info Extension?

Splatoon Map Info Extension ist eine Chrome-Erweiterung, die von analblaze entwickelt wurde, und ihr Hauptmerkmal ist "Condensed map rotation information for Splatoon.".

Erweiterungsscreenshots

screenshot
screenshot

Splatoon Map Info Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Splatoon Map Info Extension-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

                        It's basically just splatoon.ink in a box. All credit to its original creator.

Credits:
11rcombs - Original splatoon.ink developer
Vectorfriend - App icons
Pixel anon - Mode icons (not used yet)
Nintendo -  Ranked and Regular mode SVGs. Also making Splatoon, I guess.                    

Grundlegende Informationen zur Erweiterung

Name Splatoon Map Info Extension Splatoon Map Info Extension
ID aahamocdabckhacaedblhgimpkhpiopm
Offizielle URL https://chromewebstore.google.com/detail/splatoon-map-info-extensi/aahamocdabckhacaedblhgimpkhpiopm
Beschreibung Condensed map rotation information for Splatoon.
Dateigröße 395 KB
Installationsanzahl 349
Aktuelle Version 1.17
Letztes Update 2015-10-06
Veröffentlichungsdatum 2015-10-05
Bewertung 4.44/5 Insgesamt 18 Bewertungen
Entwickler analblaze
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Splatoon Map Info Extension",
    "description": "Condensed map rotation information for Splatoon.",
    "version": "1.17",
    "author": "analblaze",
    "short_name": "Splatoon Extension",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "128": "icon128.png",
            "64": "icon64.png",
            "48": "icon48.png",
            "32": "icon32.png",
            "16": "icon16.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}