Pinky
Web Extension making 'The Settlers Online' collectibles easy to find!
What is Pinky?
Pinky is a Chrome extension developed by perceptron8, and its main feature is "Web Extension making 'The Settlers Online' collectibles easy to find!".
Extension Screenshots
Download Pinky Extension CRX File
Download Pinky extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Pinky gently replaces 'The Settlers Online' collectibles with something more... visible. Remember to clear cache before first use!
Extension Basic Information
Name | Pinky |
ID | eijmklfnehnnkbfcoabieogaomookbna |
Official URL | https://chromewebstore.google.com/detail/pinky/eijmklfnehnnkbfcoabieogaomookbna |
Description | Web Extension making 'The Settlers Online' collectibles easy to find! |
File Size | 22.92 KB |
Installation Count | 25,756 |
Current Version | 0.5.0 |
Last Updated | 2021-05-01 |
Publish Date | 2020-03-01 |
Rating | 4.66/5 Total 263 Ratings |
Developer | perceptron8 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/perceptron8/pinky.ext |
Help Page URL | https://github.com/perceptron8/pinky.ext/issues |
Supported Languages | 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\/" ] } |