Procrastination Blocker

Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…

Procrastination Blocker là gì?

Procrastination Blocker là một tiện ích mở rộng Chrome được phát triển bởi machadop1407, và tính năng chính của nó là "Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Procrastination Blocker

Tải xuống các tệp mở rộng Procrastination Blocker 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

                        Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix. If they want to turn off the blocker, they can do it by going to the "manage extensions" section and switching the toggle off.                    

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

Tên Procrastination Blocker Procrastination Blocker
ID baddejledlobehbgdcaeonkleblddmna
URL Chính Thức https://chromewebstore.google.com/detail/procrastination-blocker/baddejledlobehbgdcaeonkleblddmna
Mô tả Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…
Kích Thước Tệp 16.92 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2020-11-26
Ngày Phát Hành 2020-08-25
Nhà Phát Triển machadop1407
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Procrastination Blocker",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "Popup.html",
        "default_title": "Procrastination Blocker"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.netflix.com\/*"
    ]
}