IITC Button

Launch IITC for Ingress Intel with ease.

IITC Buttonคืออะไร?

IITC Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://iitc.app และคุณลักษณะหลักของมันคือ "Launch IITC for Ingress Intel with ease."

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

screenshot

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

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

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

                        Intel map of Ingress game with IITC-CE ( iitc.app ) in your browser.

WHAT IS IT AND WHAT DOES IT DO?

Basically, Intel Ingress Total Conversion scripts allows to you to run Intel map of Ingress game with additional useful feature an a better overall experience. It consumes less resources than unmodified Intel, loads and run faster. It is also powered with useful custom plugins, which provide additional information.

WHY THIS EXTENSION IS BETTER

This extensions launch Intel Ingress Total Conversion in few seconds after installation. Installing plugins is easier than ever.

ITS TOTALLY SAFE!

Theoretically, you violates ToS, but as you totally relies on intel.ingress.com API, you use just Intel site. All other modifications (UI, Plugin features, etc.) modifies only your browser view! It's like adblock activated in your browser.

GitHub repository: https://github.com/IITC-CE/IITC-Button/                    

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

ชื่อ IITC Button IITC Button
ID febaefghpimpenpigafpolgljcfkeakn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iitc-button/febaefghpimpenpigafpolgljcfkeakn
คำอธิบาย Launch IITC for Ingress Intel with ease.
ขนาดไฟล์ 725 KB
จำนวนการติดตั้ง 12,255
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2023-10-12
วันที่เผยแพร่ 2019-12-13
คะแนน 4.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://iitc.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://iitc.app
ภาษาที่รองรับ id,de,en,fr,nl,tr,ca,da,et,es,es-419,it,hu,pl,pt-BR,pt-PT,sl,fi,sv,cs,el,ru,uk,iw,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IITC Button",
    "description": "__MSG_extDescription__",
    "minimum_chrome_version": "61",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage"
    ],
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.html",
        "default_title": "__MSG_titleDefault__",
        "default_icon": {
            "48": "assets\/icons\/48\/icon.png",
            "96": "assets\/icons\/96\/icon.png"
        }
    },
    "icons": {
        "48": "assets\/icons\/48\/icon.png",
        "128": "assets\/icons\/128\/icon.png"
    },
    "manifest_version": 2,
    "version": "2.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}