Gaia Plus

GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!

什麼是Gaia Plus?

Gaia Plus是由Adaware software開發的Chrome擴展程式,該擴展的主要功能是“GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!”。

擴展截圖

screenshot

下載Gaia Plus擴展crx文件

下載Gaia Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        GaiaPlus extension features beautiful background images from Gaia universe, and allows you to play without having to enable flash manually!                    

擴展基本資訊

名稱 Gaia Plus Gaia Plus
ID ldgmppmlihfodmdhokliimgmdokhhdbl
官方網址 https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl
簡介 GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
檔案大小 10.65 MB
安裝次數 26
目前版本 1.0.1
更新時間 2019-08-29
上架時間 2019-08-29
開發者 Adaware software
付費類型 free
隱私政策頁面URL https://www.adaware.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gaia Plus",
    "manifest_version": 2,
    "name": "Gaia Plus",
    "description": "GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!",
    "version": "1.0.1",
    "short_name": "Gaia Plus",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "load-new.html"
    },
    "chrome_url_overrides": {
        "newtab": "load-new.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "cookies",
        "notifications",
        "contentSettings",
        "storage",
        "tabs",
        "unlimitedStorage",
        "geolocation",
        "webNavigation",
        "http:\/\/defaultsearch.co\/",
        "*:\/\/.gaiaonline.com\/",
        "*:\/\/*.gaiaonline.com\/",
        "http:\/\/*.googleusercontent.com\/",
        "https:\/\/flow.lavasoft.com\/",
        "https:\/\/*.bing.com\/",
        "https:\/\/*.googleapis.com\/",
        "https:\/\/*.cloudflare.com\/"
    ],
    "content_security_policy": "script-src 'self' ;  object-src 'self'"
}