GaiaUpgrade

A third-party tool to improve interacting with GaiaOnline.

GaiaUpgradeคืออะไร?

GaiaUpgrade เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gaiatools.com และคุณลักษณะหลักของมันคือ "A third-party tool to improve interacting with GaiaOnline."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        GaiaUpgrade is a browser extension that provides enhancement features for your GaiaOnline experience. GaiaUpgrade provides over 70 different functionalities to enhance your Gaia experience; such as, the multi-Daily Chance (Draw All), tagging users, multi-thread multi-quote, item BBCode generation.

GaiaUpgrade is built by the Gaia Tools Team from the Gaia community feedback for the Gaia community.

All of the features GaiaUpgrade provides are togglable. You can truly make the Gaia experience your own by enabling only what you want and/or need.

Check out GaiaUpgrade at https://gaiatools.com/gaiaupgrade

A full list of GaiaUpgrade features are listed below and can be found here
https://www.gaiaonline.com/guilds/viewtopic.php?page=1&t=25183127#381328347

----------------------------

If you have found a bug, tell us about it in the Gaia Tools guild on Gaia: 
http://www.gaiaonline.com/guilds/viewforum.php?f=136243                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GaiaUpgrade GaiaUpgrade
ID njdjoeklfbahijdoadnlpagipchldkea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gaiaupgrade/njdjoeklfbahijdoadnlpagipchldkea
คำอธิบาย A third-party tool to improve interacting with GaiaOnline.
ขนาดไฟล์ 1.42 MB
จำนวนการติดตั้ง 3,928
เวอร์ชันปัจจุบัน 1.26.0
อัปเดตครั้งล่าสุด 2024-02-18
วันที่เผยแพร่ 2020-03-27
คะแนน 4.33/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา https://gaiatools.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gaiatools.com/gaiaupgrade
URL หน้าช่วยเหลือ https://gaiatools.com/gaiaupgrade/privacy
URL หน้านโยบายความเป็นส่วนตัว https://gaiatools.com/gaiaupgrade/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GaiaUpgrade",
    "description": "A third-party tool to improve interacting with GaiaOnline.",
    "version": "1.26.0",
    "author": "Gaia Tools",
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "downloads",
        "notifications",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.gaiaonline.com\/*",
        "*:\/\/gaiatools.com\/*"
    ],
    "icons": {
        "16": "logos\/gu_16x16.png",
        "48": "logos\/gu_48x48.png",
        "128": "logos\/gu_128x128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "logos\/gu_16x16.png",
            "32": "logos\/gu_32x32.png"
        },
        "default_title": "GaiaUpgrade"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "login_rewards",
                "enabled": false,
                "path": "rules\/login_rewards.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gaiaonline.com\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/foundation.min.js",
                "scripts\/gaiaupgrade.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css",
                "scripts",
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/*.gaiaonline.com\/*"
            ]
        }
    ]
}