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文件

下載Please Don't Do It (PDDI)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}