BetterGaia

Change the way you experience Gaia.

BetterGaia란 무엇입니까?

BetterGaia은(는) https://bettergaia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the way you experience Gaia."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ► What if a better Gaia existed?
Introducing BetterGaia, the only extension that changes the way you experience Gaia Online. Now powered by the extension framework for a better Gaia.

BetterGaia changes the way you work with Gaia Online, since August 2008. You can now chat, shop, and interact better than before with BetterGaia with improved site navigation, design, and more. Learn more about BetterGaia's features at [http://bettergaia.com/].

Did you know? BetterGaia has used your suggestions!
Some features created by your suggestions:
[✓] Redesigned Gaia and Forums
[✓] Headers, Backgrounds, Logos and Nav themes (Including your own)
[✓] Post Formatting
[✓] Shortcuts

► QUESTIONS, COMMENTS AND BUG REPORTS
If you have any problems or suggestions, post in our thread at Gaia [http://www.gaiaonline.com/forum/gaia-guides-and-resources/t.96293729/].

► LEGAL
BetterGaia is not affiliated with or endorsed by Gaia Interactive, Inc. All trademarks and registered trademarks are the property of their respective owners.

© BetterGaia.                    

확장 프로그램 기본 정보

이름 BetterGaia BetterGaia
ID lmgjagdflhhfjflolfalapokbplfldna
공식 URL https://chromewebstore.google.com/detail/bettergaia/lmgjagdflhhfjflolfalapokbplfldna
설명 Change the way you experience Gaia.
파일 크기 165 KB
설치 횟수 3,768
현재 버전 2016.1.2
최근 업데이트 2016-08-11
출시 날짜 2016-08-10
평점 3.95/5 총 145 개의 평점
개발자 https://bettergaia.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.gaiaonline.com/forum/gaia-guides-and-resources/t.45053993_1/
도움말 페이지 URL http://www.gaiaonline.com/forum/gaia-guides-and-resources/t.45053993_1/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gaiaonline.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.gaiaonline.com\/profiles\/*\/*\/",
                "*:\/\/*.gaiaonline.com\/launch\/*",
                "*:\/\/*.gaiaonline.com\/tank\/*"
            ],
            "js": [
                "assets\/vendor.js",
                "assets\/bridge.js",
                "assets\/extensions.js",
                "assets\/core.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Change the way you experience Gaia.",
    "homepage_url": "http:\/\/chrome.google.com\/webstore\/detail\/lmgjagdflhhfjflolfalapokbplfldna",
    "icons": {
        "128": "assets\/logo.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "name": "BetterGaia",
    "options_page": "assets\/options.html",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.gaiaonline.com\/*",
        "*:\/\/*.bettergaia.com\/*"
    ],
    "version": "2016.1.2",
    "web_accessible_resources": [
        "assets\/logo.png",
        "extensions\/*"
    ]
}