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
官方網址 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": []
        }
    ]
}