BetterGaia

Change the way you experience Gaia.

BetterGaiaคืออะไร?

BetterGaia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bettergaia.com และคุณลักษณะหลักของมันคือ "Change the way you experience Gaia."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterGaia

ดาวน์โหลดไฟล์ส่วนขยาย BetterGaia ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ► 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\/*"
    ]
}