YU-GI-OH! New Tab
Show a random YU-GI-OH! card on your new tab screen.
Wat is YU-GI-OH! New Tab?
YU-GI-OH! New Tab is een Chrome-extensie ontwikkeld door Ironman Software, en de belangrijkste functie is "Show a random YU-GI-OH! card on your new tab screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie YU-GI-OH! New Tab
Download YU-GI-OH! New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Show a random YU-GI-OH! card on your new tab screen. Basisinformatie over de Extensie
| Naam | |
| ID | eekjnlfmiobkpeoabfnacobehidgpobk |
| Officiële URL | https://chromewebstore.google.com/detail/yu-gi-oh-new-tab/eekjnlfmiobkpeoabfnacobehidgpobk |
| Beschrijving | Show a random YU-GI-OH! card on your new tab screen. |
| Bestandsgrootte | 1.37 MB |
| Aantal Installaties | 36 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-09-30 |
| Publicatiedatum | 2020-09-30 |
| Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Ironman Software |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |