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
Eメール [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": []
        }
    ]
}