Please Don't Do It (PDDI)

Chrome Extension to help you be more focus

Please Don't Do It (PDDI) क्या है?

Please Don't Do It (PDDI) http://pleasedontdoit.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension to help you be more focus"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Please Don't Do It (PDDI) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Originally developed to help a friend who got addicted to pornography.  The extension charges the user every time she or he visits the blocked sites.

This extension can also help you to be more focus at work since we are so fucking tempted by visiting those distracting web sites.

If this extension could help a pornography addict, it can fix your distracting mind.

"Thanks to PDDI, I am not watching pornography anymore." - User D.

"At first I thought it was a silly joke.  Now I can't live without PDDI. " - User K.                    

एक्सटेंशन की मूल जानकारी

नाम Please Don't Do It (PDDI) Please Don't Do It (PDDI)
ID ajnlcmmaoloecheegkoiaoijnfjpbmol
आधिकारिक URL https://chrome.google.com/webstore/detail/please-dont-do-it-pddi/ajnlcmmaoloecheegkoiaoijnfjpbmol
विवरण Chrome Extension to help you be more focus
फ़ाइल का आकार 439 KB
स्थापना संख्या 28
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-01-13
प्रकाशन तिथि 2020-01-10
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://pleasedontdoit.xyz
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.pleasedontdoit.xyz/#/intro
सहायता पृष्ठ URL https://www.pleasedontdoit.xyz/#/complete
गोपनीयता नीति पृष्ठ URL https://app.termly.io/document/privacy-notice/685eee86-1597-4f01-85f8-ac2313cf682c
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Please Don't Do It (PDDI)",
    "short_name": "PDDI",
    "version": "1.0",
    "description": "Chrome Extension to help you be more focus",
    "permissions": [
        "alarms",
        "",
        "storage",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "browser_action": {
        "default_title": "PDDI Event",
        "default_popup": "popups\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.2.1.min.js",
            "js\/uri.min.js",
            "js\/functions.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "64": "images\/logo_64.png",
        "128": "images\/logo_128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}