Gaia Plus
GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
O que é Gaia Plus?
Gaia Plus é uma extensão do Chrome desenvolvida por Adaware software, e sua principal característica é "GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gaia Plus
Baixe arquivos de extensão Gaia Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
GaiaPlus extension features beautiful background images from Gaia universe, and allows you to play without having to enable flash manually!
Informações Básicas da Extensão
Nome | |
ID | ldgmppmlihfodmdhokliimgmdokhhdbl |
URL Oficial | https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl |
Descrição | GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually! |
Tamanho do Arquivo | 10.65 MB |
Contagem de Instalações | 26 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-08-29 |
Data de Publicação | 2019-08-29 |
Desenvolvedor | Adaware software |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.adaware.com/privacy-policy |
Idiomas Suportados | 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'" } |