Gaia Plus
GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!
Was ist Gaia Plus?
Gaia Plus ist eine Chrome-Erweiterung, die von Adaware software entwickelt wurde, und ihr Hauptmerkmal ist "GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually!".
Erweiterungsscreenshots
Gaia Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gaia Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
GaiaPlus extension features beautiful background images from Gaia universe, and allows you to play without having to enable flash manually!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ldgmppmlihfodmdhokliimgmdokhhdbl |
Offizielle URL | https://chrome.google.com/webstore/detail/gaia-plus/ldgmppmlihfodmdhokliimgmdokhhdbl |
Beschreibung | GaiaPlus features beautiful background images from Gaia universe, allows you to play without having to enable flash manually! |
Dateigröße | 10.65 MB |
Installationsanzahl | 26 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2019-08-29 |
Veröffentlichungsdatum | 2019-08-29 |
Entwickler | Adaware software |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.adaware.com/privacy-policy |
Unterstützte Sprachen | 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'" } |