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
公式URL 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'"
}