Pinky

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

Pinkyคืออะไร?

Pinky เป็นส่วนขยายของ Chrome ที่พัฒนาโดย perceptron8 และคุณลักษณะหลักของมันคือ "Web Extension making 'The Settlers Online' collectibles easy to find!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinky

ดาวน์โหลดไฟล์ส่วนขยาย Pinky ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

Remember to clear cache before first use!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pinky Pinky
ID eijmklfnehnnkbfcoabieogaomookbna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinky/eijmklfnehnnkbfcoabieogaomookbna
คำอธิบาย Web Extension making 'The Settlers Online' collectibles easy to find!
ขนาดไฟล์ 22.92 KB
จำนวนการติดตั้ง 25,756
เวอร์ชันปัจจุบัน 0.5.0
อัปเดตครั้งล่าสุด 2021-05-01
วันที่เผยแพร่ 2020-03-01
คะแนน 4.66/5 รวมทั้งหมด 263 คะแนน
ผู้พัฒนา perceptron8
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/perceptron8/pinky.ext
URL หน้าช่วยเหลือ https://github.com/perceptron8/pinky.ext/issues
ภาษาที่รองรับ 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\/"
    ]
}