Naruto Shippuuden New Tab

Naruto Shippuuden wallpapers in new tab

Qu'est-ce que Naruto Shippuuden New Tab ?

Naruto Shippuuden New Tab est une extension Chrome développée par skytabe3fe, et sa fonction principale est "Naruto Shippuuden wallpapers in new tab".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Naruto Shippuuden New Tab

Téléchargez les fichiers d'extension Naruto Shippuuden New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Naruto Shippuuden New Tab Naruto Shippuuden New Tab
ID gcmifmiebfninkidcafainlhhhifkgbg
URL Officiel https://chrome.google.com/webstore/detail/naruto-shippuuden-new-tab/gcmifmiebfninkidcafainlhhhifkgbg
Description Naruto Shippuuden wallpapers in new tab
Taille du Fichier 16.34 KB
Nombre d'Installations 186
Version Actuelle 1.1.8.1
Dernière Mise à Jour 2021-12-10
Date de Publication 2021-04-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur skytabe3fe
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/extensions-privacy-policy
Langues Prises en Charge 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
}