Gaia Plus
GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
什么是Gaia Plus?
Gaia Plus是由Adaware software开发的Chrome扩展程序,该扩展的主要功能是“GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!”。
扩展截图
下载Gaia Plus扩展crx文件
下载Gaia Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GaiaPlus extension features beautiful background images from Gaia universe, and allows you to play without having to enable flash manually!
扩展基本信息
名称 | |
ID | ldgmppmlihfodmdhokliimgmdokhhdbl |
官方URL | https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl |
简介 | GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually! |
文件大小 | 10.65 MB |
安装次数 | 26 |
当前版本 | 1.0.1 |
更新时间 | 2019-08-29 |
上架时间 | 2019-08-29 |
开发者 | Adaware software |
付费类型 | free |
隐私政策页面URL | https://www.adaware.com/privacy-policy |
支持的语言 | 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'" } |