RMDP

RMDP

RMDP क्या है?

RMDP http://realmendontporn.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RMDP"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RMDP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}