RMDP

RMDP

RMDPคืออะไร?

RMDP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://realmendontporn.com และคุณลักษณะหลักของมันคือ "RMDP"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RMDP

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}