GameWeasel

Enhances the GameFAQs message boards

GameWeasel란 무엇입니까?

GameWeasel은(는) João Albertoni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances the GameFAQs message boards"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GameWeasel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}