ReZero Wallpaper for New Tab
Get new ReZero Wallpaper Backgrounds for New Tab
Τι είναι το ReZero Wallpaper for New Tab;
Το ReZero Wallpaper for New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zhuravlevroman703356, και η κύρια λειτουργία του είναι "Get new ReZero Wallpaper Backgrounds for New Tab".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ReZero Wallpaper for New Tab
Λήψη αρχείων επέκτασης ReZero Wallpaper for New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
How about some really cool wallpapers? You`ll get them after installing our new Re:Zero Wallpapers HD app. It is an extension for the real fans of Re:Zero anime. You will definitely like our new and awesome Re:Zero Wallpapers HD Chrome Theme. And the most important fact – our apps are absolutely free! Don`t hesitate and simply install our brand new and superb extension and have fun! Free product has never been so cool before. Here is the short list of features our app has: - List of most viewed websites - Very useful searchbar - Extremely useful option of adding notes on New Tab - The best high-quality wallpapers of Re:Zero - Local time option wherever you are - Option of making list of errands - Ability to pick one favorite background from the list ( or you can let them change randomly) - Option, which will hide signs, inscriptions and all the elements of new tab. Let`s bring some colors and brightness to this boring New Tab and make your browsing so comfortable with our Re:Zero Wallpapers HD Theme for Chrome! It`s a real gift for all the fans and if you`re one of them you should definitely install this superb Re:Zero Wallpapers New Tab Backgrounds Theme. Your Browser will undergo incredible metamorphoses! If you don`t believe it them simply check this out by installing brand new Re:Zero wallpapers Chrome New Tab Theme and have fun! Our configurable app displays how many messages do you have in mailbox and also helps to get access to a list of recently browsed websites
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oelcicckhbjifcaadcjldlikphcbcdcl |
Επίσημο URL | https://chrome.google.com/webstore/detail/rezero-wallpaper-for-new/oelcicckhbjifcaadcjldlikphcbcdcl |
Περιγραφή | Get new ReZero Wallpaper Backgrounds for New Tab |
Μέγεθος Αρχείου | 3.55 MB |
Αριθμός Εγκαταστάσεων | 18 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2019-11-08 |
Ημερομηνία Δημοσίευσης | 2019-11-08 |
Προγραμματιστής | zhuravlevroman703356 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReZero Wallpaper for New Tab", "description": "Get new ReZero Wallpaper Backgrounds for New Tab", "version": "1.0.2", "default_locale": "en", "browser_action": { "default_icon": { "128": "icon-12.png" } }, "icons": { "128": "icon-12.png" }, "background": { "scripts": [ "javascript\/bg.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "permissions": [ "topSites", "chrome:\/\/favicon\/*", "*:\/\/www.google.com\/*", "webRequestBlocking", "webRequest" ] } |