Intel map of Ingress game with IITC-CE in your browser.
Get it on Firefox Add-ons (or beta) and Chrome Web Store (or beta)
IITC is a browser add-on that modifies the Ingress intel map. It is faster than the standard site, and offers many more features. It is available for desktop browsers, such as Firefox and Chrome, and as a mobile application.
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.
This extensions launch Intel Ingress Total Conversion in few seconds after installation. Installing plugins is easier than ever.
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.
npm install
npm run build_mv2
npm run build_mv3_firefox
# or
npm run build_mv3_chrome
# or
npm run build_mv3_safari
npm run lint
-
Follow the general build instructions. To build for iOS, set the BROWSER="safari-ios" environment variable (example:
BROWSER="safari-ios" npm run build
). Tested only on Manifest V2. -
Open the Xcode project in the
safari
folder -
Click run in the top of Xcode
-
Configure Safari in macOS to Run Unsigned Extensions. To develop without a certificate, tell Safari to load unsigned extensions using the Develop menu. To enable the Develop menu in Safari:
- Choose Safari > Preferences.
- Select the Advanced tab.
- Check the “Show Develop menu in menu bar” option.
- Then, choose Develop > Allow Unsigned Extensions. The Allow Unsigned Extensions setting is reset when you quit Safari; set it again the next time you launch Safari.
-
Now enable the extension
- Choose Safari > Preferences.
- Select the Extensions tab. This tab shows the localized description, display name, and version number for the selected Safari App Extension. It also provides more information about the permissions claimed by the extension.
- Find your new extension in the list on the left, and enable it by selecting the checkbox.