Dbased - based Dlive
add some cool features to Dlive
Dbased - based Dlive là gì?
Dbased - based Dlive là một tiện ích mở rộng Chrome được phát triển bởi zoomerdev, và tính năng chính của nó là "add some cool features to Dlive".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dbased - based Dlive
Tải xuống các tệp mở rộng Dbased - based Dlive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Dbased, the Dlive companion. Add some cool features to Dlive, including adding unlimited stickers. More coming soon!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dbased - based Dlive |
ID | bjnemjdjapmakafpckmbdanhglffgpoc |
URL Chính Thức | https://chromewebstore.google.com/detail/dbased-based-dlive/bjnemjdjapmakafpckmbdanhglffgpoc |
Mô tả | add some cool features to Dlive |
Kích Thước Tệp | 141 KB |
Số Lần Cài Đặt | 741 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2020-10-06 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 4.26/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | zoomerdev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zoomerdev.github.io/dbased |
URL Trang Trợ Giúp | https://github.com/zoomerdev/dbased/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |