Dbased - based Dlive
add some cool features to Dlive
What is Dbased - based Dlive?
Dbased - based Dlive is a Chrome extension developed by zoomerdev, and its main feature is "add some cool features to Dlive".
Extension Screenshots
Download Dbased - based Dlive Extension CRX File
Download Dbased - based Dlive 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
Dbased, the Dlive companion. Add some cool features to Dlive, including adding unlimited stickers. More coming soon!
Extension Basic Information
Name | Dbased - based Dlive |
ID | bjnemjdjapmakafpckmbdanhglffgpoc |
Official URL | https://chromewebstore.google.com/detail/dbased-based-dlive/bjnemjdjapmakafpckmbdanhglffgpoc |
Description | add some cool features to Dlive |
File Size | 141 KB |
Installation Count | 741 |
Current Version | 1.1.1 |
Last Updated | 2020-10-06 |
Publish Date | 2020-07-02 |
Rating | 4.26/5 Total 23 Ratings |
Developer | zoomerdev |
[email protected] | |
Payment Type | free |
Extension Website | https://zoomerdev.github.io/dbased |
Help Page URL | https://github.com/zoomerdev/dbased/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dbased - based Dlive", "version": "1.1.1", "description": "add some cool features to Dlive", "permissions": [ "storage", "*:\/\/graphigo.prd.dlive.tv\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "assets\/*" ], "content_scripts": [ { "matches": [ "https:\/\/dlive.tv\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "icons": { "64": "assets\/logo_small-e277afc9db01f0ccd31bef76efb48dee.png", "128": "assets\/[email protected]", "256": "assets\/[email protected]" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html" } } |