Pinky

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

Qu'est-ce que Pinky ?

Pinky est une extension Chrome développée par perceptron8, et sa fonction principale est "Web Extension making 'The Settlers Online' collectibles easy to find!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pinky

Téléchargez les fichiers d'extension Pinky au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Remember to clear cache before first use!                    

Informations de Base sur l'Extension

Nom Pinky Pinky
ID eijmklfnehnnkbfcoabieogaomookbna
URL Officiel https://chromewebstore.google.com/detail/pinky/eijmklfnehnnkbfcoabieogaomookbna
Description Web Extension making 'The Settlers Online' collectibles easy to find!
Taille du Fichier 22.92 KB
Nombre d'Installations 25,756
Version Actuelle 0.5.0
Dernière Mise à Jour 2021-05-01
Date de Publication 2020-03-01
Évaluation 4.66/5 Total 263 Évaluations
Développeur perceptron8
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/perceptron8/pinky.ext
URL de la Page d'Aide https://github.com/perceptron8/pinky.ext/issues
Langues Prises en Charge 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\/"
    ]
}