DTF User Remarks

Mark users so you never forget what they have done

什么是DTF User Remarks?

DTF User Remarks是由Mike Kozlov开发的Chrome扩展程序,该扩展的主要功能是“Mark users so you never forget what they have done”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载DTF User Remarks扩展crx文件

下载DTF User Remarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sometimes it's hard to keep in memory all your haters, so with power of this extension you can mark them and dislike all their comment you come across.                    

扩展基本信息

名称 DTF User Remarks DTF User Remarks
ID hdmglebiilojhbhgjefeodhkniapjjhm
官方URL https://chromewebstore.google.com/detail/dtf-user-remarks/hdmglebiilojhbhgjefeodhkniapjjhm
简介 Mark users so you never forget what they have done
文件大小 489 KB
安装次数 96
当前版本 0.1.1
更新时间 2022-11-28
上架时间 2021-08-29
评分 5.00/5 共4次评分
开发者 Mike Kozlov
电子邮箱 [email protected]
付费类型 free
支持的语言 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Mark users so you never forget what they have done",
    "version": "0.1.1",
    "manifest_version": 3,
    "name": "DTF User Remarks",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dtf.ru\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/dtf.ru\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}