YU-GI-OH! New Tab
Show a random YU-GI-OH! card on your new tab screen.
What is YU-GI-OH! New Tab?
YU-GI-OH! New Tab is a Chrome extension developed by Ironman Software, and its main feature is "Show a random YU-GI-OH! card on your new tab screen.".
Extension Screenshots
Download YU-GI-OH! New Tab Extension CRX File
Download YU-GI-OH! New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Show a random YU-GI-OH! card on your new tab screen.
Extension Basic Information
Name | YU-GI-OH! New Tab |
ID | eekjnlfmiobkpeoabfnacobehidgpobk |
Official URL | https://chromewebstore.google.com/detail/yu-gi-oh-new-tab/eekjnlfmiobkpeoabfnacobehidgpobk |
Description | Show a random YU-GI-OH! card on your new tab screen. |
File Size | 1.37 MB |
Installation Count | 36 |
Current Version | 1.0.0 |
Last Updated | 2020-09-30 |
Publish Date | 2020-09-30 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Ironman Software |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |