Dbased - based Dlive
add some cool features to Dlive
Dbased - based Dliveとは何ですか?
Dbased - based Dliveはzoomerdevによって開発されたChromeの拡張機能で、その主な機能は「add some cool features to Dlive」です。
拡張機能のスクリーンショット
Dbased - based Dlive拡張機能のCRXファイルをダウンロード
Dbased - based Dlive拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dbased, the Dlive companion. Add some cool features to Dlive, including adding unlimited stickers. More coming soon!
拡張機能の基本情報
名前 | Dbased - based Dlive |
ID | bjnemjdjapmakafpckmbdanhglffgpoc |
公式URL | https://chromewebstore.google.com/detail/dbased-based-dlive/bjnemjdjapmakafpckmbdanhglffgpoc |
説明 | add some cool features to Dlive |
ファイルサイズ | 141 KB |
インストール数 | 741 |
現在のバージョン | 1.1.1 |
最終更新日 | 2020-10-06 |
公開日 | 2020-07-02 |
評価 | 4.26/5 合計 23 レビュー |
開発者 | zoomerdev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://zoomerdev.github.io/dbased |
ヘルプページのURL | https://github.com/zoomerdev/dbased/issues |
対応言語 | 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" } } |