RMDP

RMDP

RMDPとは何ですか?

RMDPはhttp://realmendontporn.comによって開発されたChromeの拡張機能で、その主な機能は「RMDP」です。

拡張機能のスクリーンショット

screenshot

RMDP拡張機能のCRXファイルをダウンロード

RMDP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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