RMDP

RMDP

RMDP란 무엇입니까?

RMDP은(는) http://realmendontporn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RMDP"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        RealMenDontPorn (RMDP) Accountability is now available as a browser extension!

- Monitors your browsing history
- Analyzes URLs for suspicious content
- Reports to your buddy for accountability against online porn

Manage your subscription at https://user.realmendontporn.com/

__

Contact us if you have any issues at [email protected].                    

확장 프로그램 기본 정보

이름 RMDP RMDP
ID mlkfhkjgahcbohfofldcmdlohnbkfkib
공식 URL https://chrome.google.com/webstore/detail/rmdp/mlkfhkjgahcbohfofldcmdlohnbkfkib
설명 RMDP
파일 크기 102 KB
설치 횟수 343
현재 버전 1.0.5
최근 업데이트 2021-01-29
출시 날짜 2020-04-10
평점 3.80/5 총 5 개의 평점
개발자 http://realmendontporn.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://bit.ly/rmdp-faq
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1w5_JO2z9OCse8Mh9AAg7n_OJ91a5etps7ugEXP-tNUY/edit?usp=sharing
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RMDP",
    "short_name": "RMDP",
    "description": "RMDP",
    "version": "1.0.5",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/lists.familyfirsttechnology.com\/* https:\/\/*.realmendontporn.com\/ https:\/\/unpkg.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}