Pinky

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

O que é Pinky?

Pinky é uma extensão do Chrome desenvolvida por perceptron8, e sua principal característica é "Web Extension making 'The Settlers Online' collectibles easy to find!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pinky

Baixe arquivos de extensão Pinky no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Remember to clear cache before first use!                    

Informações Básicas da Extensão

Nome Pinky Pinky
ID eijmklfnehnnkbfcoabieogaomookbna
URL Oficial https://chromewebstore.google.com/detail/pinky/eijmklfnehnnkbfcoabieogaomookbna
Descrição Web Extension making 'The Settlers Online' collectibles easy to find!
Tamanho do Arquivo 22.92 KB
Contagem de Instalações 25,756
Versão Atual 0.5.0
Última Atualização 2021-05-01
Data de Publicação 2020-03-01
Classificação 4.66/5 Total de 263 Avaliações
Desenvolvedor perceptron8
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/perceptron8/pinky.ext
URL da Página de Ajuda https://github.com/perceptron8/pinky.ext/issues
Idiomas Suportados 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\/"
    ]
}