Gaia Plus
GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
Wat is Gaia Plus?
Gaia Plus is een Chrome-extensie ontwikkeld door Adaware software, en de belangrijkste functie is "GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!".
Extensie Screenshots
Download het CRX-bestand van de extensie Gaia Plus
Download Gaia Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
GaiaPlus extension features beautiful background images from Gaia universe, and allows you to play without having to enable flash manually!
Basisinformatie over de Extensie
Naam | |
ID | ldgmppmlihfodmdhokliimgmdokhhdbl |
Officiële URL | https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl |
Beschrijving | GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually! |
Bestandsgrootte | 10.65 MB |
Aantal Installaties | 26 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-08-29 |
Publicatiedatum | 2019-08-29 |
Ontwikkelaar | Adaware software |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.adaware.com/privacy-policy |
Ondersteunde Talen | 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'" } |