YU-GI-OH! New Tab

Show a random YU-GI-OH! card on your new tab screen.

Qu'est-ce que YU-GI-OH! New Tab ?

YU-GI-OH! New Tab est une extension Chrome développée par Ironman Software, et sa fonction principale est "Show a random YU-GI-OH! card on your new tab screen.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YU-GI-OH! New Tab

Téléchargez les fichiers d'extension YU-GI-OH! 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

                        Show a random YU-GI-OH! card on your new tab screen.                    

Informations de Base sur l'Extension

Nom YU-GI-OH! New Tab YU-GI-OH! New Tab
ID eekjnlfmiobkpeoabfnacobehidgpobk
URL Officiel https://chromewebstore.google.com/detail/yu-gi-oh-new-tab/eekjnlfmiobkpeoabfnacobehidgpobk
Description Show a random YU-GI-OH! card on your new tab screen.
Taille du Fichier 1.37 MB
Nombre d'Installations 36
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-09-30
Date de Publication 2020-09-30
Évaluation 3.00/5 Total 1 Évaluations
Développeur Ironman Software
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YU-GI-OH! New Tab",
    "description": "Show a random YU-GI-OH! card on your new tab screen.",
    "version": "1.0.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "https:\/\/db.ygoprodeck.com\/*",
        "https:\/\/fonts.googleapis.com\/*",
        "https:\/\/storage.googleapis.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "icons": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    }
}