IITC Button

Launch IITC for Ingress Intel with ease.

IITC Button란 무엇입니까?

IITC Button은(는) https://iitc.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Launch IITC for Ingress Intel with ease."입니다.

확장 프로그램 스크린샷

screenshot

IITC Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}