The Legend of Zelda Breath of the Wild
This is an extension for The Legend of Zelda Breath of the Wild
Cos'è The Legend of Zelda Breath of the Wild?
The Legend of Zelda Breath of the Wild è un'estensione di Chrome sviluppata da mixtabsnt, e la sua funzione principale è "This is an extension for The Legend of Zelda Breath of the Wild".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Legend of Zelda Breath of the Wild
Scarica i file di estensione The Legend of Zelda Breath of the Wild in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The Legend of Zelda is a classic game that won the hearts of millions, so we simply had to bring to you this amazing The Legend of Zelda: Breath of the Wild Wiki, Gameplay & Wallpapers extension. Not a single soul in the world can deny that the Legend of Zelda games are one of the best games out there, and that they defined our childhoods. What do you get upon installing the The Legend of Zelda: Breath of the Wild Wiki, Gameplay & Wallpapers extension? Well first of all, you’ll get changing wallpapers, that’s cool. What does that mean? Every time you open a new tab on Google Chrome, you’ll get a brand new Breath of the Wild wallpaper. But that’s not all, that’s only one of our features. You can read the full list down below, we’re sure you’ll love it. Wallpapers that change upon opening a new tab Transparent search bar that displays Google’s results Custom clock that displays time and date Website recommendations to keep you entertained This extension can Replace the page you see when opening new tab Display notifications Read and change your bookmarks Manage your apps, extensions and themes Check out more info on: http://newtabsy.com/the-legend-of-zelda-breath-of-the-wild-wiki-gameplay-wallpapers/
Informazioni di Base sull'Estensione
Nome | |
ID | ajkjheepopmknablooplhdcgfpifcpbo |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-legend-of-zelda-breat/ajkjheepopmknablooplhdcgfpifcpbo |
Descrizione | This is an extension for The Legend of Zelda Breath of the Wild |
Dimensione del File | 950 KB |
Conteggio Installazioni | 262 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-06-16 |
Data di Pubblicazione | 2019-06-16 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | mixtabsnt |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://newtabsy.com/the-legend-of-zelda-breath-of-the-wild-wiki-gameplay-wallpapers/ |
URL della Pagina di Aiuto | http://newtabsy.com/contact-us/ |
Lingue Supportate | en |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icon16.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' https:\/\/s3.us-east-2.amazonaws.com\/ https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/json.geoiplookup.io https:\/\/query.yahooapis.com; object-src 'self'", "description": "This is an extension for The Legend of Zelda Breath of the Wild", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "incognito": "split", "manifest_version": 2, "name": "The Legend of Zelda Breath of the Wild", "offline_enabled": true, "permissions": [ "unlimitedStorage", "storage", "contextMenus", "notifications", "bookmarks", "management" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "*" ] } |