Baitblock: Distraction Blocker

Remaining focused is hard — Baitblock removes distractions & annoyances from websites.

Baitblock: Distraction Blocker là gì?

Baitblock: Distraction Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://baitblock.app, và tính năng chính của nó là "Remaining focused is hard — Baitblock removes distractions & annoyances from websites.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        ⭐️Features⭐

🚫 Blocking websites that you add to the block list.

🚫 Intelligent Blocker - blocks websites in the blocklist from appearing in Google/Bing/DuckDuckGo Search Results, Facebook Feed, Twitter Feed, Reddit comments etc. It analyzes the structure of the page and then removes the part and it'll be as if it was never there in the first place.

🕶 1st Party Tracking Resistance - most other tracking protectors only block 3rd party trackers. Baitblock uses machine learning to analyse the page to determine if you're logged in or not into a website. And then delete's cookies and other tracking mechanisms on every page load on that particular website if you're not logged in.

🚫 Hide's recommendations on YouTube while you're working or studying.

🚫 Block cookie notices on websites.

📃 You can add a 30-100 word TL;DR (Too Long; Didn't Read) for any webpage on the Internet. After this, other Baitblock users will be able to see that summary when they hover over that link on any website, and you would've saved humanity many hours by saving them a click. Yes, people can upvote and downvote the summaries.

What some of our users say:


Patrick Lorenzut - ★★★★★

"This is so cool! Just added it!

The TL;DR bit is both hilarious and useful. And thanks for blocking the cookie notices! So annoying (but I appreciate that they exist)!

Also I've basically stopped using YouTube because I don't trust myself to not end up in an infinite waterfall of clicks, where I start with a Neil deGrasse Tyson video and end up watching videos of cats eating marshmallows or something. Maybe this'll let me return to YouTube!"                    

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

Tên Baitblock: Distraction Blocker Baitblock: Distraction Blocker
ID gabkpiepfabknggoijbdfhbidkcnlikl
URL Chính Thức https://chromewebstore.google.com/detail/baitblock-distraction-blo/gabkpiepfabknggoijbdfhbidkcnlikl
Mô tả Remaining focused is hard — Baitblock removes distractions & annoyances from websites.
Kích Thước Tệp 3.72 MB
Số Lần Cài Đặt 227
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-08-24
Ngày Phát Hành 2020-06-23
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://baitblock.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://baitblock.app
URL Trang Chính Sách Bảo Mật https://baitblock.app/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Baitblock: Distraction Blocker",
    "short_name": "Baitblock",
    "version": "1.0.1",
    "description": "Remaining focused is hard \u2014 Baitblock removes distractions & annoyances from websites.",
    "permissions": [
        "browsingData",
        "contextMenus",
        "storage",
        "cookies",
        "tabs",
        "",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Baitblock"
    },
    "icons": {
        "16": "\/assets\/16x.png",
        "32": "\/assets\/32x.png",
        "48": "\/assets\/48x.png",
        "128": "\/assets\/128x.png"
    },
    "web_accessible_resources": [
        "web_accessible\/*"
    ],
    "author": "Ahsan Ejaz",
    "minimum_chrome_version": "50",
    "manifest_version": 2
}