多摸鱼
小憩一会
多摸鱼とは何ですか?
多摸鱼はhttps://duomoyu.comによって開発されたChromeの拡張機能で、その主な機能は「小憩一会」です。
拡張機能のスクリーンショット
多摸鱼拡張機能のCRXファイルをダウンロード
多摸鱼拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
这是duomoyu网站的扩展功能,让摸鱼更快捷方便 拡張機能の基本情報
| 名前 | |
| ID | meeeiicnpnnfnddlfdljhmnpmemoaemf |
| 公式URL | https://chromewebstore.google.com/detail/%E5%A4%9A%E6%91%B8%E9%B1%BC/meeeiicnpnnfnddlfdljhmnpmemoaemf |
| 説明 | 小憩一会 |
| ファイルサイズ | 600 KB |
| インストール数 | 381 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2022-07-21 |
| 公開日 | 2022-07-19 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://duomoyu.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://duomoyu.com |
| ヘルプページのURL | https://duomoyu.com |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u591a\u6478\u9c7c",
"description": "\u5c0f\u61a9\u4e00\u4f1a",
"version": "1.0.1",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "Open the popup"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/duomoyu.com\/",
"*:\/\/app.duomoyu.com\/"
],
"background": {
"service_worker": "background.js"
}
} | |