Gaia Plus
GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
Hvad er Gaia Plus?
Gaia Plus er en Chrome-udvidelse udviklet af Adaware software, og dens hovedfunktion er "GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!".
Udvidelsesskærmbilleder
Download Gaia Plus-udvidelses-CRX-fil
Download Gaia Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
GaiaPlus extension features beautiful background images from Gaia universe, and allows you to play without having to enable flash manually!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ldgmppmlihfodmdhokliimgmdokhhdbl |
Officiel URL | https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl |
Beskrivelse | GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually! |
Filstørrelse | 10.65 MB |
Antal Installationer | 26 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2019-08-29 |
Udgivelsesdato | 2019-08-29 |
Udvikler | Adaware software |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.adaware.com/privacy-policy |
Understøttede Sprog | 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'" } |