Naruto Shippuuden New Tab
Naruto Shippuuden wallpapers in new tab
Vad är Naruto Shippuuden New Tab?
Naruto Shippuuden New Tab är en Chrome-tillägg utvecklad av skytabe3fe, och dess huvudfunktion är "Naruto Shippuuden wallpapers in new tab".
Tilläggsskärmbilder
Ladda ner Naruto Shippuuden New Tab-förlängningens CRX-fil
Ladda ner Naruto Shippuuden New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | gcmifmiebfninkidcafainlhhhifkgbg |
Officiell webbadress | https://chrome.google.com/webstore/detail/naruto-shippuuden-new-tab/gcmifmiebfninkidcafainlhhhifkgbg |
Beskrivning | Naruto Shippuuden wallpapers in new tab |
Filstorlek | 16.34 KB |
Antal Installationer | 186 |
Aktuell Version | 1.1.8.1 |
Senast Uppdaterad | 2021-12-10 |
Publiceringsdatum | 2021-04-23 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | skytabe3fe |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://sites.google.com/view/extensions-privacy-policy |
Stödda Språk | 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 } |