Pinky

Web Extension making 'The Settlers Online' collectibles easy to find!

Was ist Pinky?

Pinky ist eine Chrome-Erweiterung, die von perceptron8 entwickelt wurde, und ihr Hauptmerkmal ist "Web Extension making 'The Settlers Online' collectibles easy to find!".

Erweiterungsscreenshots

screenshot

Pinky-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pinky-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

                        Pinky gently replaces 'The Settlers Online' collectibles with something more... visible.

Remember to clear cache before first use!                    

Grundlegende Informationen zur Erweiterung

Name Pinky Pinky
ID eijmklfnehnnkbfcoabieogaomookbna
Offizielle URL https://chromewebstore.google.com/detail/pinky/eijmklfnehnnkbfcoabieogaomookbna
Beschreibung Web Extension making 'The Settlers Online' collectibles easy to find!
Dateigröße 22.92 KB
Installationsanzahl 25,756
Aktuelle Version 0.5.0
Letztes Update 2021-05-01
Veröffentlichungsdatum 2020-03-01
Bewertung 4.66/5 Insgesamt 263 Bewertungen
Entwickler perceptron8
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/perceptron8/pinky.ext
Hilfeseite URL https://github.com/perceptron8/pinky.ext/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "name": "Pinky",
    "short_name": "Pinky",
    "author": "perceptron8",
    "description": "Web Extension making 'The Settlers Online' collectibles easy to find!",
    "homepage_url": "https:\/\/github.com\/perceptron8\/pinky.ext",
    "version": "0.5.0",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "Pinky",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/static.cdn.ubi.com\/",
        "https:\/\/ubistatic-a.akamaihd.net\/",
        "https:\/\/www.tsotesting.com\/",
        "https:\/\/www.tsotesting2.com\/",
        "https:\/\/juego-thesettlersonline.com\/",
        "https:\/\/www.diesiedleronline.de\/",
        "https:\/\/www.thesettlersonline.com\/",
        "https:\/\/www.thesettlersonline.com.br\/",
        "https:\/\/www.thesettlersonline.cz\/",
        "https:\/\/www.thesettlersonline.es\/",
        "https:\/\/www.thesettlersonline.fr\/",
        "https:\/\/www.thesettlersonline.gr\/",
        "https:\/\/www.thesettlersonline.it\/",
        "https:\/\/www.thesettlersonline.net\/",
        "https:\/\/www.thesettlersonline.nl\/",
        "https:\/\/www.thesettlersonline.pl\/",
        "https:\/\/www.thesettlersonline.ro\/",
        "https:\/\/www.thesettlersonline.ru\/"
    ]
}