Avengers HD Wallpapers For New Tab
Avengers New Tab Wallpapers for every New Tab you can see unique wallpaper, This extension replace native new tab page with…
Cos'è Avengers HD Wallpapers For New Tab?
Avengers HD Wallpapers For New Tab è un'estensione di Chrome sviluppata da ssri668, e la sua funzione principale è "Avengers New Tab Wallpapers for every New Tab you can see unique wallpaper, This extension replace native new tab page with…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Avengers HD Wallpapers For New Tab
Scarica i file di estensione Avengers HD Wallpapers For New Tab 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
Avengers New Tab Wallpapers for every New Tab you can see unique wallpaper, This extension replace native new tab page with Avengers and optimizing search results in google. Features : ~ High quality Avengers images with every new tab ~ Providing the weather details. ~ Your current location name ~ Current Time. You will enjoy while using it. If you like it support me.
Informazioni di Base sull'Estensione
Nome | |
ID | lhjgbjaiccdeomhlhcgeplcloddllokk |
URL Ufficiale | https://chrome.google.com/webstore/detail/avengers-hd-wallpapers-fo/lhjgbjaiccdeomhlhcgeplcloddllokk |
Descrizione | Avengers New Tab Wallpapers for every New Tab you can see unique wallpaper, This extension replace native new tab page with… |
Dimensione del File | 4.74 MB |
Conteggio Installazioni | 482 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2020-03-23 |
Data di Pubblicazione | 2020-03-23 |
Sviluppatore | ssri668 |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Avengers HD Wallpapers For New Tab", "manifest_version": 2, "version": "0.6", "chrome_url_overrides": { "newtab": "newtab.html" }, "permission": [ "tabs", "activeTab", "geolocation" ], "browser_action": { "default_title": "Avengers New Tab", "default_icon": { "16": "images\/pn.png", "24": "images\/pn.png", "32": "images\/pn.png" } }, "icons": { "128": "images\/128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'unsafe-inline' 'unsafe-eval' 'self'; object-src 'self' 'unsafe-inline' 'unsafe-eval'" } |