多摸鱼

小憩一会

What is 多摸鱼?

多摸鱼 is a Chrome extension developed by https://duomoyu.com, and its main feature is "小憩一会".

Extension Screenshots

screenshot

Download 多摸鱼 Extension CRX File

Download 多摸鱼 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

                        这是duomoyu网站的扩展功能,让摸鱼更快捷方便                    

Extension Basic Information

Name 多摸鱼 多摸鱼
ID meeeiicnpnnfnddlfdljhmnpmemoaemf
Official URL https://chromewebstore.google.com/detail/%E5%A4%9A%E6%91%B8%E9%B1%BC/meeeiicnpnnfnddlfdljhmnpmemoaemf
Description 小憩一会
File Size 600 KB
Installation Count 381
Current Version 1.0.1
Last Updated 2022-07-21
Publish Date 2022-07-19
Rating 5.00/5 Total 1 Ratings
Developer https://duomoyu.com
Email [email protected]
Payment Type free
Extension Website https://duomoyu.com
Help Page URL https://duomoyu.com
Supported Languages 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"
    }
}