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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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'"
}