Please Don't Do It (PDDI)

Chrome Extension to help you be more focus

Please Don't Do It (PDDI) là gì?

Please Don't Do It (PDDI) là một tiện ích mở rộng Chrome được phát triển bởi http://pleasedontdoit.xyz, và tính năng chính của nó là "Chrome Extension to help you be more focus".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Please Don't Do It (PDDI)

Tải xuống các tệp mở rộng Please Don't Do It (PDDI) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Please Don't Do It (PDDI) Please Don't Do It (PDDI)
ID ajnlcmmaoloecheegkoiaoijnfjpbmol
URL Chính Thức https://chrome.google.com/webstore/detail/please-dont-do-it-pddi/ajnlcmmaoloecheegkoiaoijnfjpbmol
Mô tả Chrome Extension to help you be more focus
Kích Thước Tệp 439 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-01-13
Ngày Phát Hành 2020-01-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://pleasedontdoit.xyz
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.pleasedontdoit.xyz/#/intro
URL Trang Trợ Giúp https://www.pleasedontdoit.xyz/#/complete
URL Trang Chính Sách Bảo Mật https://app.termly.io/document/privacy-notice/685eee86-1597-4f01-85f8-ac2313cf682c
Ngôn Ngữ Được Hỗ Trợ 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
}