Naruto Shippuuden New Tab

Naruto Shippuuden wallpapers in new tab

Co to jest Naruto Shippuuden New Tab?

Naruto Shippuuden New Tab to rozszerzenie Chrome opracowane przez skytabe3fe, a jego główną funkcją jest „Naruto Shippuuden wallpapers in new tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Naruto Shippuuden New Tab

Pobierz pliki rozszerzeń Naruto Shippuuden New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Naruto Shippuuden New Tab Naruto Shippuuden New Tab
ID gcmifmiebfninkidcafainlhhhifkgbg
Oficjalny URL https://chrome.google.com/webstore/detail/naruto-shippuuden-new-tab/gcmifmiebfninkidcafainlhhhifkgbg
Opis Naruto Shippuuden wallpapers in new tab
Rozmiar pliku 16.34 KB
Liczba instalacji 186
Aktualna Wersja 1.1.8.1
Ostatnia Aktualizacja 2021-12-10
Data Publikacji 2021-04-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper skytabe3fe
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/extensions-privacy-policy
Obsługiwane Języki 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
}