Gaia Plus
GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
Cos'è Gaia Plus?
Gaia Plus è un'estensione di Chrome sviluppata da Adaware software, e la sua funzione principale è "GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gaia Plus
Scarica i file di estensione Gaia Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
GaiaPlus extension features beautiful background images from Gaia universe, and allows you to play without having to enable flash manually!
Informazioni di Base sull'Estensione
Nome | |
ID | ldgmppmlihfodmdhokliimgmdokhhdbl |
URL Ufficiale | https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl |
Descrizione | GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually! |
Dimensione del File | 10.65 MB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-08-29 |
Data di Pubblicazione | 2019-08-29 |
Sviluppatore | Adaware software |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.adaware.com/privacy-policy |
Lingue Supportate | 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'" } |