Infamous Gangsters Enhancement Suite

A selection of tools to make your Infamous Gangsters experience easier, safer and more fun.

Infamous Gangsters Enhancement Suiteとは何ですか?

Infamous Gangsters Enhancement Suiteはhttp://www.igenhancementsuite.comによって開発されたChromeの拡張機能で、その主な機能は「A selection of tools to make your Infamous Gangsters experience easier, safer and more fun.」です。

拡張機能のスクリーンショット

screenshot

Infamous Gangsters Enhancement Suite拡張機能のCRXファイルをダウンロード

Infamous Gangsters Enhancement Suite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The IG Enhancement Suite was born out of the frustration at the lack of updates to the online mafia roleplaying game Infamous Gangsters. We decided that we would release a selection of tools to make playing IG more fun by removing a lot of the rough edges and providing more information about what is happening behind the scenes.

The following features are currently implemented:

 - Adds an optional `content blocker` mode which stops images being used to track your accounts through inheritance
 - Tracks changes to bank and game cash every 10 minutes (up to a total of 30 entries)
 - Adds a new circulating money field to the statistics page which shows the money currently on hand / the quick trade / sports bets
 - Tracks the time at which a player was first seen on the statistics
 - Now tracks 75 kills instead of 25
 - Displays the estimated number of OCs remaining until you rank up
 - The kill page captcha is now 3x as big
 - The kill page search now allows username search by both numbers and letters
 - The kill page captcha input now automatically uppercases all input
 - The kill page captcha input is now cleared automatically on page load instead of retaining the previous captcha
 - The kill page hours field is now automatically set to 23 hours
 - Adds a new Bullets field to the view profile page which shows the number of bullets (and the points cost) required to kill that user
 - Adds a profile preview hover (complete with bullets required) to all viewprofile links
 - Adds Send Message, Crew Profile, Send Money, Send Points and Presearch quick links to the profile preview hover
 - Adds a Copy Name function to the profile preview hover
 - The find user page now shows Status and Rank next to player names
 - Adds a tooltip to forum post creation with default content and titles for Crew OC, Normal OC, Need BG and Drop BG topics
 - Adds a colour coded key to the users online page
 - Adds a button to the crimes page which checks all of the none-special crime checkboxes
 - Tracks changes to player money every 10 minutes (up to a total of 30 entries)
 - Shows the difference in player money within the last 10 minutes directly below player money
 - Tracks changes to player points every 30 seconds (up to a total of 100 entries)
 - Shows the player their (near real-time) points within the sidebar below the player money
- Allow the player to commit a GTA from the sidebar when available
- Show crew OC topics in bold on the main game forum

This extension is fully open-source, which may be found here (along with support services): https://github.com/InfamousGangstersEnhancementSuite/IG-Enhancement-Suite/                    

拡張機能の基本情報

名前 Infamous Gangsters Enhancement Suite Infamous Gangsters Enhancement Suite
ID ikooobmdlijnnabcahngfnogcaohaikb
公式URL https://chrome.google.com/webstore/detail/infamous-gangsters-enhanc/ikooobmdlijnnabcahngfnogcaohaikb
説明 A selection of tools to make your Infamous Gangsters experience easier, safer and more fun.
ファイルサイズ 61.31 KB
インストール数 131
現在のバージョン 3.0.0
最終更新日 2017-03-07
公開日 2017-03-07
評価 4.60/5 合計 10 レビュー
開発者 http://www.igenhancementsuite.com
支払い方法 free
拡張機能のウェブサイト http://www.igenhancementsuite.com/
プライバシーポリシーページのURL https://github.com/InfamousGangstersEnhancementSuite/IG-Enhancement-Suite/blob/master/README.md
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Infamous Gangsters Enhancement Suite",
    "short_name": "IGES",
    "description": "A selection of tools to make your Infamous Gangsters experience easier, safer and more fun.",
    "version": "3.0.0",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "src\/core\/init.js",
            "src\/core\/storage.js",
            "src\/core\/format.js",
            "src\/core\/url.js",
            "src\/background\/contentblock.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.infamousgangsters.com\/*",
                "https:\/\/infamousgangsters.com\/*"
            ],
            "js": [
                "src\/vendor\/jquery\/jquery-3.1.1.js",
                "src\/core\/init.js",
                "src\/core\/storage.js",
                "src\/core\/format.js",
                "src\/core\/url.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.infamousgangsters.com\/*",
                "https:\/\/infamousgangsters.com\/*"
            ],
            "js": [
                "src\/page\/base.js",
                "src\/page\/global.js",
                "src\/page\/bank.js",
                "src\/page\/crimes.js",
                "src\/page\/find.js",
                "src\/page\/igforum.js",
                "src\/page\/kill.js",
                "src\/page\/points.js",
                "src\/page\/stats.js",
                "src\/page\/usersonline.js",
                "src\/page\/viewprofile.js",
                "src\/iges.js"
            ],
            "css": [
                "src\/css\/overrides.css",
                "src\/css\/iges.css"
            ]
        }
    ],
    "options_page": "src\/options\/options.html",
    "web_accessible_resources": [
        "src\/image\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}