Naruto Shippuuden New Tab
Naruto Shippuuden wallpapers in new tab
What is Naruto Shippuuden New Tab?
Naruto Shippuuden New Tab is a Chrome extension developed by skytabe3fe, and its main feature is "Naruto Shippuuden wallpapers in new tab".
Extension Screenshots
Download Naruto Shippuuden New Tab Extension CRX File
Download Naruto Shippuuden New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gcmifmiebfninkidcafainlhhhifkgbg |
Official URL | https://chrome.google.com/webstore/detail/naruto-shippuuden-new-tab/gcmifmiebfninkidcafainlhhhifkgbg |
Description | Naruto Shippuuden wallpapers in new tab |
File Size | 16.34 KB |
Installation Count | 186 |
Current Version | 1.1.8.1 |
Last Updated | 2021-12-10 |
Publish Date | 2021-04-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | skytabe3fe |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/extensions-privacy-policy |
Supported Languages | 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 } |