Dono Sub
Dono Sub
What is Dono Sub?
Dono Sub is a Chrome extension developed by Dono.gg, and its main feature is "Dono Sub".
Extension Screenshots
Download Dono Sub Extension CRX File
Download Dono Sub 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
Dono sub allows you to subscribe without the need of leaving Twitch. Dono sub is under heavy development and future updates will arrive soon.
Extension Basic Information
Name | |
ID | nlgjbamokkdhphnkefogolcnlfmfpdnh |
Official URL | https://chromewebstore.google.com/detail/dono-sub/nlgjbamokkdhphnkefogolcnlfmfpdnh |
Description | Dono Sub |
File Size | 1.91 MB |
Installation Count | 932 |
Current Version | 0.0.1 |
Last Updated | 2022-01-10 |
Publish Date | 2022-01-09 |
Rating | 5.00/5 Total 90 Ratings |
Developer | Dono.gg |
[email protected] | |
Payment Type | free |
Extension Website | https://dono.gg |
Help Page URL | https://dono.gg |
Privacy Policy Page URL | https://sub.dono.gg/privacy-policy |
Supported Languages | fa |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dono Sub", "description": "Dono Sub", "version": "0.0.1", "icons": { "16": "logo\/16.png", "48": "logo\/48.png", "128": "logo\/128.png" }, "content_scripts": [ { "js": [ "build\/content.js" ], "matches": [ "*:\/\/twitch.tv\/*", "*:\/\/www.twitch.tv\/*", "*:\/\/sub.dono.gg\/*", "*:\/\/www.sub.dono.gg\/*", "*:\/\/dono.gg\/*", "*:\/\/www.dono.gg\/*" ] } ], "web_accessible_resources": [ { "resources": [ "fonts\/*", "build\/*" ], "matches": [ "*:\/\/twitch.tv\/*", "*:\/\/www.twitch.tv\/*" ] } ] } |