Stranger Things Show Wallpapers New Tab
Replace your new tab with the Stranger Things Custom page, with bookmarks,apps, games and Stranger Things wallpaper.
Cos'è Stranger Things Show Wallpapers New Tab?
Stranger Things Show Wallpapers New Tab è un'estensione di Chrome sviluppata da https://lovelytab.com, e la sua funzione principale è "Replace your new tab with the Stranger Things Custom page, with bookmarks,apps, games and Stranger Things wallpaper.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stranger Things Show Wallpapers New Tab
Scarica i file di estensione Stranger Things Show Wallpapers 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
New Tab with Stranger Things Show wallpapers! Great images of Stranger Things Show for your custom browser! New Tab Stranger Things Show Custom NEW TAB extension overtakes your regular New Tab. New Tab extension with Fan material of Stranger Things Show HD Wallpapers. FEATURES: - With every new tab, you will have great wallpapers of Stranger Things Show - Below the search bar, we have affiliate links with great offers - Click on the Settings button to turn ON/OFF Weather and Time option - Click on Backgrounds to save your favorite background and set it as default - There is a shortcut to change the wallpapers on the lower left side - You may also change the wallpaper if you just refresh the page. If you want to change your saved default wallpaper - just unheart it and it will be back to random - Play games by pressing the joystick icon in the upper left side Rate our extension by pressing the heart button and marking the stars you wish to give us. We really appreciate the feedback. How to remove Stranger Things Show: - Right-click on the Heart-Shaped icon in the toolbar and click on Remove from Chrome Disclaimer: Stranger Things Show is an extension made by fans for fans and the copyright belongs to the respective owners of the material and Stranger Things Show. It is unofficial and if there should be any problem please alert us and we will resolve it. Download more free extensions with awesome full HD wallpapers on https://lovelytab.com
Informazioni di Base sull'Estensione
Nome | |
ID | emkgjnlepcojogockefcegdmdmcebdfm |
URL Ufficiale | https://chrome.google.com/webstore/detail/stranger-things-show-wall/emkgjnlepcojogockefcegdmdmcebdfm |
Descrizione | Replace your new tab with the Stranger Things Custom page, with bookmarks,apps, games and Stranger Things wallpaper. |
Dimensione del File | 1.18 MB |
Conteggio Installazioni | 837 |
Versione Corrente | 12.0.7 |
Ultimo Aggiornamento | 2021-06-23 |
Data di Pubblicazione | 2020-05-04 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | https://lovelytab.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://lovelytab.com/2019/02/13/stranger-things-wallpapers/ |
URL della Pagina di Aiuto | https://faq.lovelytab.com/ |
URL della Pagina della Politica sulla Privacy | https://faq.lovelytab.com/page/privacy |
Lingue Supportate | ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stranger Things Show Wallpapers New Tab", "short_name": "Stranger Things Show Themes", "description": "Replace your new tab with the Stranger Things Custom page, with bookmarks,apps, games and Stranger Things wallpaper.", "version": "12.0.7", "incognito": "split", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "icon16.png" }, "default_locale": "en", "permissions": [ "unlimitedStorage", "storage", "https:\/\/sugg.search.yahoo.net\/sg\/", "https:\/\/v2.lovelytab.com\/", "https:\/\/image.lovelytab.com" ], "content_security_policy": "script-src 'self' https:\/\/xkk75.siteplug.com http:\/\/xkk75.siteplug.com https:\/\/sugg.search.yahoo.net\/sg\/ 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'", "manifest_version": 2, "web_accessible_resources": [ "*" ], "offline_enabled": true, "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/background.js" ] } } |