Darts 2020
Play darts against new ai bots. 301 and 501 games to choose from.
What is Darts 2020?
Darts 2020 is a Chrome extension developed by https://www.chromethemer.com, and its main feature is "Play darts against new ai bots. 301 and 501 games to choose from.".
Extension Screenshots
Download Darts 2020 Extension CRX File
Download Darts 2020 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
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.
Extension Basic Information
Name | |
ID | fjhkgifejangliccneknkoclcnamebom |
Official URL | https://chrome.google.com/webstore/detail/darts-2020/fjhkgifejangliccneknkoclcnamebom |
Description | Play darts against new ai bots. 301 and 501 games to choose from. |
File Size | 81.88 KB |
Installation Count | 115 |
Current Version | 1.0 |
Last Updated | 2020-06-24 |
Publish Date | 2020-06-24 |
Developer | https://www.chromethemer.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.chromethemer.com/ |
Help Page URL | https://www.chromethemer.com/ |
Privacy Policy Page URL | https://www.chromethemer.com/privacy.html |
Supported Languages | 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" } } } |