Remark

Uncensored Comments, anywhere.

Remark란 무엇입니까?

Remark은(는) https://remark.surf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Uncensored Comments, anywhere."입니다.

확장 프로그램 스크린샷

screenshot

Remark 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Uncensored

Are your comments always getting deleted by the owner? In Remark, this is not possible anymore. Your comments can only be deleted by violating our Terms of Service.

Better

Replies, Mentions, Upvotes and Downvotes - we have everything you need! Thanks to our voting system, you will always see the most important comments first.

Anywhere

You could possibly comment anywhere you want! Even on sites that don't have a comment system. And the best of it - you can do all of that with just one account!                    

확장 프로그램 기본 정보

이름 Remark Remark
ID bkcfoljpnhifgljnaiahaihkppbkpcjo
공식 URL https://chromewebstore.google.com/detail/remark/bkcfoljpnhifgljnaiahaihkppbkpcjo
설명 Uncensored Comments, anywhere.
파일 크기 205 KB
설치 횟수 48
현재 버전 1.0.4
최근 업데이트 2022-03-24
출시 날짜 2022-02-07
평점 5.00/5 총 3 개의 평점
개발자 https://remark.surf
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://remark.surf
개인정보 보호 정책 페이지 URL https://www.remark.surf/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remark",
    "short_name": "Remark",
    "version": "1.0.4",
    "description": "Uncensored Comments, anywhere.",
    "author": "Simplify Software",
    "homepage_url": "https:\/\/remark.surf\/",
    "icons": {
        "64": "assets\/icon\/64.png",
        "128": "assets\/icon\/128.png",
        "256": "assets\/icon\/256.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/indicator\/*.png",
                "assets\/icon\/*.png",
                "css\/*.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "entry\/injected.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "entry\/background.js"
    },
    "commands": {
        "toggle_button": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Toggle the Remark Button"
        },
        "toggle_sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Toggle the Remark Sidebar"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.remark.surf\/*"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest"
    ],
    "optional_permissions": [],
    "action": {
        "default_title": "Remark"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "CSP Change",
                "path": "rules\/csp.json",
                "enabled": true
            }
        ]
    }
}