Naruto Shippuuden New Tab
Naruto Shippuuden wallpapers in new tab
Cos'è Naruto Shippuuden New Tab?
Naruto Shippuuden New Tab è un'estensione di Chrome sviluppata da skytabe3fe, e la sua funzione principale è "Naruto Shippuuden wallpapers in new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Naruto Shippuuden New Tab
Scarica i file di estensione Naruto Shippuuden 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
THIS EXTENSION IS LIMITED TO ["https://naruto-shippuuden.skytab.site/*"] ONLY New Tab Naruto Shippuuden wallpapers is custom New Tab with hd wallpaper backgrounds. Themes made for New Tab Naruto Shippuuden fans. Install New Tab Naruto Shippuuden Wallpapers to enjoy varied hd wallpapers in your start page. Shuffle all New Tab Naruto Shippuuden wallpaper backgrounds, or just your favorite background wallpapers. Live New Tab Naruto Shippuuden wallpapers animation, slideshow of themes.
Informazioni di Base sull'Estensione
Nome | |
ID | gcmifmiebfninkidcafainlhhhifkgbg |
URL Ufficiale | https://chrome.google.com/webstore/detail/naruto-shippuuden-new-tab/gcmifmiebfninkidcafainlhhhifkgbg |
Descrizione | Naruto Shippuuden wallpapers in new tab |
Dimensione del File | 16.34 KB |
Conteggio Installazioni | 186 |
Versione Corrente | 1.1.8.1 |
Ultimo Aggiornamento | 2021-12-10 |
Data di Pubblicazione | 2021-04-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | skytabe3fe |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/extensions-privacy-policy |
Lingue Supportate | de,en,fr,nl,no,tr,da,es,it,pl,sv,el,ru,hi,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.1.8.1", "permissions": [ "https:\/\/naruto-shippuuden.skytab.site\/*" ], "content_scripts": [ { "matches": [ "https:\/\/naruto-shippuuden.skytab.site\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "*.jpg" ], "icons": { "128": "icon.png" }, "offline_enabled": true, "default_locale": "en", "manifest_version": 2 } |