Gaia Plus
GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
Gaia Plus là gì?
Gaia Plus là một tiện ích mở rộng Chrome được phát triển bởi Adaware software, và tính năng chính của nó là "GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gaia Plus
Tải xuống các tệp mở rộng Gaia Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
GaiaPlus extension features beautiful background images from Gaia universe, and allows you to play without having to enable flash manually!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ldgmppmlihfodmdhokliimgmdokhhdbl |
URL Chính Thức | https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl |
Mô tả | GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually! |
Kích Thước Tệp | 10.65 MB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-08-29 |
Ngày Phát Hành | 2019-08-29 |
Nhà Phát Triển | Adaware software |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.adaware.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |