Gaia Plus
GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
Apa itu Gaia Plus?
Gaia Plus adalah ekstensi Chrome yang dikembangkan oleh Adaware software, dan fitur utamanya adalah "GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gaia Plus
Unduh file ekstensi Gaia Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
GaiaPlus extension features beautiful background images from Gaia universe, and allows you to play without having to enable flash manually!
Informasi Dasar Ekstensi
Nama | |
ID | ldgmppmlihfodmdhokliimgmdokhhdbl |
URL Resmi | https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl |
Deskripsi | GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually! |
Ukuran File | 10.65 MB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2019-08-29 |
Tanggal Publikasi | 2019-08-29 |
Pengembang | Adaware software |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.adaware.com/privacy-policy |
Bahasa yang Didukung | 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'" } |