Gaia Plus

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

Vad är Gaia Plus?

Gaia Plus är en Chrome-tillägg utvecklad av Adaware software, och dess huvudfunktion är "GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!".

Tilläggsskärmbilder

screenshot

Ladda ner Gaia Plus-förlängningens CRX-fil

Ladda ner Gaia Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Gaia Plus Gaia Plus
ID ldgmppmlihfodmdhokliimgmdokhhdbl
Officiell webbadress https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl
Beskrivning GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
Filstorlek 10.65 MB
Antal Installationer 26
Aktuell Version 1.0.1
Senast Uppdaterad 2019-08-29
Publiceringsdatum 2019-08-29
Utvecklare Adaware software
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.adaware.com/privacy-policy
Stödda Språk 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'"
}