RMDP

RMDP

What is RMDP?

RMDP is a Chrome extension developed by http://realmendontporn.com, and its main feature is "RMDP".

Extension Screenshots

screenshot

Download RMDP Extension CRX File

Download RMDP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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].                    

Extension Basic Information

Name RMDP RMDP
ID mlkfhkjgahcbohfofldcmdlohnbkfkib
Official URL https://chrome.google.com/webstore/detail/rmdp/mlkfhkjgahcbohfofldcmdlohnbkfkib
Description RMDP
File Size 102 KB
Installation Count 343
Current Version 1.0.5
Last Updated 2021-01-29
Publish Date 2020-04-10
Rating 3.80/5 Total 5 Ratings
Developer http://realmendontporn.com
Email [email protected]
Payment Type free
Help Page URL http://bit.ly/rmdp-faq
Privacy Policy Page URL https://docs.google.com/document/d/1w5_JO2z9OCse8Mh9AAg7n_OJ91a5etps7ugEXP-tNUY/edit?usp=sharing
Supported Languages 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'"
}