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 확장 프로그램으로, 주요 기능은 "Chrome Extension to help you be more focus"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Please Don't Do It (PDDI) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}