Gaia Plus

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

Co to jest Gaia Plus?

Gaia Plus to rozszerzenie Chrome opracowane przez Adaware software, a jego główną funkcją jest „GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gaia Plus

Pobierz pliki rozszerzeń Gaia Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Gaia Plus Gaia Plus
ID ldgmppmlihfodmdhokliimgmdokhhdbl
Oficjalny URL https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl
Opis GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
Rozmiar pliku 10.65 MB
Liczba instalacji 26
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-08-29
Data Publikacji 2019-08-29
Deweloper Adaware software
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.adaware.com/privacy-policy
Obsługiwane Języki 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'"
}