Infamous Gangsters Enhancement Suite

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

Qu'est-ce que Infamous Gangsters Enhancement Suite ?

Infamous Gangsters Enhancement Suite est une extension Chrome développée par http://www.igenhancementsuite.com, et sa fonction principale est "A selection of tools to make your Infamous Gangsters experience easier, safer and more fun.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Infamous Gangsters Enhancement Suite

Téléchargez les fichiers d'extension Infamous Gangsters Enhancement Suite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Infamous Gangsters Enhancement Suite Infamous Gangsters Enhancement Suite
ID ikooobmdlijnnabcahngfnogcaohaikb
URL Officiel https://chrome.google.com/webstore/detail/infamous-gangsters-enhanc/ikooobmdlijnnabcahngfnogcaohaikb
Description A selection of tools to make your Infamous Gangsters experience easier, safer and more fun.
Taille du Fichier 61.31 KB
Nombre d'Installations 131
Version Actuelle 3.0.0
Dernière Mise à Jour 2017-03-07
Date de Publication 2017-03-07
Évaluation 4.60/5 Total 10 Évaluations
Développeur http://www.igenhancementsuite.com
Type de Paiement free
Site Web de l'Extension http://www.igenhancementsuite.com/
URL de la Page de Politique de Confidentialité https://github.com/InfamousGangstersEnhancementSuite/IG-Enhancement-Suite/blob/master/README.md
Langues Prises en Charge 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"
    }
}