Zoos Wallpaper HD New Tab Theme
Beautiful Zoos wallpapers with useful utilities.
Was ist Zoos Wallpaper HD New Tab Theme?
Zoos Wallpaper HD New Tab Theme ist eine Chrome-Erweiterung, die von Wallpaper Addons entwickelt wurde, und ihr Hauptmerkmal ist "Beautiful Zoos wallpapers with useful utilities.".
Erweiterungsscreenshots
Zoos Wallpaper HD New Tab Theme-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zoos Wallpaper HD New Tab Theme-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
Access HD wallpapers of zoos - made by fans. Install this New Tab Themes and enjoy varied HD wallpapers of zoos and other relevant wallpapers, everytime you open a new tab. What can you get from our themes? First, you can enjoy a wide range of wallpapers in HD quality. You can shuffle all pics, or favorite the wallpaper you like the most. You can use other free addon themes along with this new tab. Second, the extension provides quick navigation to your most visited sites, useful utility websites, or To-Do List right on the honey theme. Date & time can also be shown on the new tab if you need. Finally, you can enjoy all these features for free! Our wallpaper extension does not include ads!
Grundlegende Informationen zur Erweiterung
Name | |
ID | nncdcaaofpogcldhabcaadggfbjmiakd |
Offizielle URL | https://chrome.google.com/webstore/detail/zoos-wallpaper-hd-new-tab/nncdcaaofpogcldhabcaadggfbjmiakd |
Beschreibung | Beautiful Zoos wallpapers with useful utilities. |
Dateigröße | 21.55 MB |
Installationsanzahl | 173 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-02-07 |
Veröffentlichungsdatum | 2020-02-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Wallpaper Addons |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.wallpaperaddons.com/privacy-policy |
Unterstützte Sprachen | id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_AppName__", "description": "__MSG_AppDescription__", "version": "1.0.0", "default_locale": "en", "browser_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "default_title": "__MSG_AppName__" }, "icons": { "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "96": "icon-96.png", "128": "icon-128.png", "256": "icon-256.png", "512": "icon-512.png" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "offline_enabled": true, "permissions": [ "topSites", "chrome:\/\/favicon\/*", "https:\/\/api.wallpaperaddons.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/api.wallpaperaddons.com; object-src 'self'" } |