GameWeasel

Enhances the GameFAQs message boards

Τι είναι το GameWeasel;

Το GameWeasel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον João Albertoni, και η κύρια λειτουργία του είναι "Enhances the GameFAQs message boards".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GameWeasel

Λήψη αρχείων επέκτασης GameWeasel σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is a port of GameFOX, a Firefox extension which enhances the GameFAQs message boards.  Features include quickposting, quoting, new message notifications, highlighting, alternative stylesheets, account switching, custom date formats, text to image, and more.  Previously known as GameChrome.

Currently developed by UD4.  Originally created by Jesse Lentz.  GameFOX is developed by Brian Marshall (Karamthulhu).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GameWeasel GameWeasel
ID emhdohhdhpcobeiikcekeioeonmedanp
Επίσημο URL https://chromewebstore.google.com/detail/gameweasel/emhdohhdhpcobeiikcekeioeonmedanp
Περιγραφή Enhances the GameFAQs message boards
Μέγεθος Αρχείου 158 KB
Αριθμός Εγκαταστάσεων 649
Τρέχουσα Έκδοση 0.7.6.3
Τελευταία Ενημέρωση 2013-07-14
Ημερομηνία Δημοσίευσης 2013-07-14
Αξιολόγηση 4.37/5 Συνολικά 57 Αξιολογήσεις
Προγραμματιστής João Albertoni
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://code.google.com/p/gamechrome/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.gamefaqs.com/boards/565885-blood-money
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/logo32.png",
        "default_popup": "menu\/menu.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib.js",
                "js\/utils.js",
                "js\/date.js",
                "js\/messages.js",
                "js\/quote.js",
                "js\/sig.js",
                "js\/quickpost.js",
                "js\/quickwhois.js",
                "js\/highlighting.js",
                "js\/tti.js",
                "js\/page.js"
            ],
            "matches": [
                "http:\/\/www.gamefaqs.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Enhances the GameFAQs message boards",
    "icons": {
        "128": "img\/logo128.jpg",
        "16": "img\/logo16.png",
        "48": "img\/logo48.jpg"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6",
    "name": "GameWeasel",
    "options_page": "options\/options.html",
    "permissions": [
        "http:\/\/www.gamefaqs.com\/*",
        "tabs",
        "contextMenus"
    ],
    "version": "0.7.6.3",
    "web_accessible_resources": [
        "css\/ascii-art-font.css",
        "css\/capitalized-message-links.css",
        "css\/FAQ-frames.css",
        "css\/gamefox-ads.css",
        "css\/gamefox-character-map.css",
        "css\/gamefox-essentials.css",
        "css\/gamefox-quickpost.css",
        "css\/gamefox-quickwhois.css",
        "css\/gfcode.css",
        "css\/gfpastel-2010.css",
        "css\/hide-signatures.css",
        "css\/message-link-icons.css",
        "css\/new-post-icons.css",
        "css\/progfaqs.css",
        "css\/remove-populartopics.css",
        "css\/remove-signatures.css",
        "css\/ricapar.css",
        "css\/status-classic.css",
        "css\/status-default.css",
        "css\/wide-layout.css",
        "css\/extras\/gamefax.css",
        "css\/extras\/ninestalgia.css",
        "css\/extras\/ninestalgia_pink.css",
        "css\/extras\/retroclassic.css",
        "css\/extras\/spotfaqsdark.css",
        "css\/extras\/spotfaqslight.css",
        "img\/delete-post.png",
        "img\/edit-post.png",
        "img\/filter-post.png",
        "img\/hide-post.png",
        "img\/info-post.png",
        "img\/new-posts.png",
        "img\/no-new-posts.png",
        "img\/quote-post.png",
        "img\/show-post.png",
        "menu\/menu.html",
        "menu\/menu.js"
    ]
}