Direct Strike Rating
StarCraft II Arcade: Direct Strike extension, ds-rating.com
What is Direct Strike Rating?
Direct Strike Rating is a Chrome extension developed by https://ds-rating.com, and its main feature is "StarCraft II Arcade: Direct Strike extension, ds-rating.com".
Extension Screenshots
Download Direct Strike Rating Extension CRX File
Download Direct Strike Rating 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
Extension for SC2: Direct Strike players. Click extension icon to open your own https://ds-rating.com/players profile. Use browser address bar to search for a player, type: dsr playername. For example in empty address bar type, without quotes, "dsr Lucik" and press [Enter].
Extension Basic Information
Name | |
ID | ciiibjhffebpdmmeclbcjknofdpfkpba |
Official URL | https://chromewebstore.google.com/detail/direct-strike-rating/ciiibjhffebpdmmeclbcjknofdpfkpba |
Description | StarCraft II Arcade: Direct Strike extension, ds-rating.com |
File Size | 74.04 KB |
Installation Count | 14 |
Current Version | 1 |
Last Updated | 2022-01-17 |
Publish Date | 2022-01-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://ds-rating.com |
[email protected] | |
Payment Type | free |
Extension Website | https://ds-rating.com/players |
Help Page URL | https://discord.gg/KXKw8HqKKK |
Privacy Policy Page URL | https://ds-rating.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Direct Strike Rating", "description": "StarCraft II Arcade: Direct Strike extension, ds-rating.com", "version": "1", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "options_page": "pages\/options\/index.html", "action": [], "omnibox": { "keyword": "dsr" }, "icons": { "16": "\/img\/dsr-logo-16.png", "32": "\/img\/dsr-logo-32.png", "48": "\/img\/dsr-logo-48.png", "128": "\/img\/dsr-logo-128.png" }, "manifest_version": 3 } |