Darts 2020
Play darts against new ai bots. 301 and 501 games to choose from.
Co je Darts 2020?
Darts 2020 je rozšíření Chrome vyvinuté https://www.chromethemer.com, a jeho hlavní funkcí je „Play darts against new ai bots. 301 and 501 games to choose from.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Darts 2020
Stáhněte si soubory rozšíření Darts 2020 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Play darts against different ai dots or with a friend and see who wins. Darts 2020 browser extension; Creates a custom icon in your browser after a few seconds of inactivity, that opens a pop-up link to darts 2020 game, right in your browser. You can change difficulty level, play by yourself or with someone else. Download Darts 2020 for free today and see what's its all about.
Základní Informace o Rozšíření
Název | |
ID | fjhkgifejangliccneknkoclcnamebom |
Oficiální URL | https://chrome.google.com/webstore/detail/darts-2020/fjhkgifejangliccneknkoclcnamebom |
Popis | Play darts against new ai bots. 301 and 501 games to choose from. |
Velikost souboru | 81.88 KB |
Počet instalací | 115 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-06-24 |
Datum Vydání | 2020-06-24 |
Vývojář | https://www.chromethemer.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.chromethemer.com/ |
URL Stránky Nápovědy | https://www.chromethemer.com/ |
URL Stránky Zásad Ochrany Soukromí | https://www.chromethemer.com/privacy.html |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Darts 2020", "description": "Play darts against new ai bots. 301 and 501 games to choose from.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "hello.html" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |