Anfit's GC Mods

Extra features for SFGC (http://gc.gamestotal.com/)

Anfit's GC Mods क्या है?

Anfit's GC Mods anfit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extra features for SFGC (http://gc.gamestotal.com/)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anfit's GC Mods एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Anfit's Mods begun as a Firefox extension, changed to a Greasemonkey userscript, finally to become a Chrome app. 

It's a bundle of small tweaks to a MOSS game Space Federation Galactic Conquest (http://gc.gamestotal.com/), from UI niceties to new Ajax-driven user interface for commonly used functionalites. It also incorporates common knowledge (recipies for in-game items, etc). 

All mods are listed on the repo main page (https://bitbucket.org/anfit/gc-mods) short explanations. Virtually all of the tweaks can be toggled off.                    

एक्सटेंशन की मूल जानकारी

नाम Anfit's GC Mods Anfit's GC Mods
ID hdpmknljkjbhlgkofigmpkhcdnggjjel
आधिकारिक URL https://chrome.google.com/webstore/detail/anfits-gc-mods/hdpmknljkjbhlgkofigmpkhcdnggjjel
विवरण Extra features for SFGC (http://gc.gamestotal.com/)
फ़ाइल का आकार 155 KB
स्थापना संख्या 26
वर्तमान संस्करण 6.0.5
अंतिम अपडेट 2015-10-16
प्रकाशन तिथि 2015-10-16
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर anfit
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bitbucket.org/anfit/gc-mods
सहायता पृष्ठ URL https://bitbucket.org/anfit/gc-mods/issues?status=new&status=open
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/gc.gamestotal.com\/*",
                "http:\/\/gc.gamestotal.com\/",
                "http:\/\/gc2.gamestotal.com\/*",
                "http:\/\/gc2.gamestotal.com\/"
            ],
            "js": [
                "libs\/jquery-1.6.4.js",
                "libs\/jquery-tmpl-1.0.0pre.js",
                "js\/greasemonkey-compatibility.js",
                "js\/constants.js",
                "js\/utils.js",
                "js\/propertydomnode.js",
                "js\/property.js",
                "js\/modcontrol.js",
                "data\/artifacts.js",
                "data\/ships.js",
                "modules\/automatedcapsulelab\/automatedcapsulelab.js",
                "modules\/battlesmarkup\/battlesmarkup.js",
                "modules\/chathighlighter\/chathighlighter.js",
                "modules\/clicktocontinue\/clicktocontinue.js",
                "modules\/clusterbuilder\/clusterbuilder.js",
                "modules\/commoncss\/commoncss.js",
                "modules\/credits\/credits.js",
                "modules\/disbandertweaks\/disbandertweaks.js",
                "modules\/extramenu\/extramenu.js",
                "modules\/fedchat\/fedchat.js",
                "modules\/fedpms\/fedpms.js",
                "modules\/forumkillfile\/forumkillfile.js",
                "modules\/infratweak\/infratweak.js",
                "modules\/keybindings\/keybindings.js",
                "modules\/markettweaks\/markettweaks.js",
                "modules\/newbieranking\/newbieranking.js",
                "modules\/pagetitles\/pagetitles.js",
                "modules\/planetplunderer\/planetplunderer.js",
                "modules\/presetbuilder\/presetbuilder.js",
                "modules\/rankingtweaks\/rankingtweaks.js",
                "modules\/researchtweak\/researchtweak.js",
                "modules\/shipbuilder\/shipbuilder.js",
                "modules\/stylehandler\/stylehandler.js",
                "modules\/tabbedpms\/tabbedpms.js",
                "modules\/turnticker\/turnticker.js",
                "js\/init.js"
            ],
            "css": [
                "css\/common.css",
                "css\/property.css",
                "modules\/battlesmarkup\/battlesmarkup.css",
                "modules\/battlesmarkup\/battlesmarkup.css",
                "modules\/clusterbuilder\/clusterbuilder.css",
                "modules\/credits\/credits.css",
                "modules\/fedpms\/fedpms.css",
                "modules\/forumkillfile\/forumkillfile.css",
                "modules\/presetbuilder\/presetbuilder.css",
                "modules\/rankingtweaks\/rankingtweaks.css",
                "modules\/shipbuilder\/shipbuilder.css"
            ],
            "matches": [
                "http:\/\/gc.gamestotal.com\/*",
                "http:\/\/gc.gamestotal.com\/",
                "http:\/\/gc2.gamestotal.com\/*",
                "http:\/\/gc2.gamestotal.com\/"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "description": "Extra features for SFGC (http:\/\/gc.gamestotal.com\/)",
    "name": "Anfit's GC Mods",
    "permissions": [
        "storage"
    ],
    "version": "6.0.5",
    "manifest_version": 2,
    "homepage_url": "https:\/\/bitbucket.org\/anfit\/gc-mods",
    "author": "Jan 'anfit' Chimiak "
}