Dbased - based Dlive
add some cool features to Dlive
Apa itu Dbased - based Dlive?
Dbased - based Dlive adalah ekstensi Chrome yang dikembangkan oleh zoomerdev, dan fitur utamanya adalah "add some cool features to Dlive".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dbased - based Dlive
Unduh file ekstensi Dbased - based Dlive dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Dbased, the Dlive companion. Add some cool features to Dlive, including adding unlimited stickers. More coming soon!
Informasi Dasar Ekstensi
Nama | Dbased - based Dlive |
ID | bjnemjdjapmakafpckmbdanhglffgpoc |
URL Resmi | https://chromewebstore.google.com/detail/dbased-based-dlive/bjnemjdjapmakafpckmbdanhglffgpoc |
Deskripsi | add some cool features to Dlive |
Ukuran File | 141 KB |
Jumlah Instalasi | 741 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2020-10-06 |
Tanggal Publikasi | 2020-07-02 |
Penilaian | 4.26/5 Total 23 Penilaian |
Pengembang | zoomerdev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://zoomerdev.github.io/dbased |
URL Halaman Bantuan | https://github.com/zoomerdev/dbased/issues |
Bahasa yang Didukung | 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" } } |