YU-GI-OH! New Tab
Show a random YU-GI-OH! card on your new tab screen.
Was ist YU-GI-OH! New Tab?
YU-GI-OH! New Tab ist eine Chrome-Erweiterung, die von Ironman Software entwickelt wurde, und ihr Hauptmerkmal ist "Show a random YU-GI-OH! card on your new tab screen.".
Erweiterungsscreenshots
YU-GI-OH! New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie YU-GI-OH! New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Show a random YU-GI-OH! card on your new tab screen.
Grundlegende Informationen zur Erweiterung
Name | YU-GI-OH! New Tab |
ID | eekjnlfmiobkpeoabfnacobehidgpobk |
Offizielle URL | https://chromewebstore.google.com/detail/yu-gi-oh-new-tab/eekjnlfmiobkpeoabfnacobehidgpobk |
Beschreibung | Show a random YU-GI-OH! card on your new tab screen. |
Dateigröße | 1.37 MB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-09-30 |
Veröffentlichungsdatum | 2020-09-30 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | Ironman Software |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |