YU-GI-OH! New Tab
Show a random YU-GI-OH! card on your new tab screen.
Cos'è YU-GI-OH! New Tab?
YU-GI-OH! New Tab è un'estensione di Chrome sviluppata da Ironman Software, e la sua funzione principale è "Show a random YU-GI-OH! card on your new tab screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YU-GI-OH! New Tab
Scarica i file di estensione YU-GI-OH! New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Show a random YU-GI-OH! card on your new tab screen.
Informazioni di Base sull'Estensione
Nome | YU-GI-OH! New Tab |
ID | eekjnlfmiobkpeoabfnacobehidgpobk |
URL Ufficiale | https://chromewebstore.google.com/detail/yu-gi-oh-new-tab/eekjnlfmiobkpeoabfnacobehidgpobk |
Descrizione | Show a random YU-GI-OH! card on your new tab screen. |
Dimensione del File | 1.37 MB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-09-30 |
Data di Pubblicazione | 2020-09-30 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | Ironman Software |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |