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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
        }
    ]
}