TBlock

App block element or class, id, ... in page

What is TBlock?

TBlock is a Chrome extension developed by https://te11.herokuapp.com, and its main feature is "App block element or class, id, ... in page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TBlock Extension CRX File

Download TBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Giúp mọi người chặn các phần tử trên trang web bất kỳ
Đây là phiên bản beta với các chức năng chính:
 - Chặn phần tử: loại bỏ phần tử đã được lựa chọn
 - Chặn thuộc tính: loại bỏ các thuộc tính của các phần tử đã chọn
(2 chức năng này hỗ trợ đắc lực cho việc chặn các quảng cáo nổi trên trang web)
 - Bỏ chặn copy(sao chép) trên trang
 - Bỏ chặn cuộn trên trang

Hiện tại phiên bản beta đang được bổ xung tín năng chặn quảng cáo qua các tên miền (block ads by request host)                    

Extension Basic Information

Name TBlock TBlock
ID afpdbmmaaihamebhmplpjpgkilbdebkn
Official URL https://chromewebstore.google.com/detail/tblock/afpdbmmaaihamebhmplpjpgkilbdebkn
Description App block element or class, id, ... in page
File Size 5.15 MB
Installation Count 84
Current Version 1.0.3.9
Last Updated 2024-02-26
Publish Date 2022-07-29
Rating 5.00/5 Total 3 Ratings
Developer https://te11.herokuapp.com
Email [email protected]
Payment Type free
Extension Website https://te11.herokuapp.com/user/profile/616a9fe50bd43d9e2ee69689
Help Page URL https://te11.herokuapp.com/user/profile/616a9fe50bd43d9e2ee69689
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TBlock",
    "description": "App block element or class, id, ... in page",
    "version": "1.0.3.9",
    "icons": {
        "16": ".\/assets\/image\/icon-16.png",
        "32": ".\/assets\/image\/icon-32.png",
        "48": ".\/assets\/image\/icon-48.png",
        "192": ".\/assets\/image\/icon-192.png"
    },
    "action": {
        "default_popup": ".\/src\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/assets\/js\/content.js"
            ],
            "css": [
                ".\/assets\/css\/all.min.css",
                ".\/assets\/css\/common.css",
                ".\/assets\/css\/content.css"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "options_page": ".\/src\/options.html",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "background",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        ""
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "assets\/block\/hostRuleYtb.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "assets\/block\/hostRules.json"
            },
            {
                "id": "ruleset_3",
                "enabled": true,
                "path": "assets\/block\/jerryn70HostsRulesYT.json"
            },
            {
                "id": "ruleset_4",
                "enabled": true,
                "path": "assets\/block\/HostsRulesFb.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/webfonts\/fa-brands-400.ttf",
                "assets\/webfonts\/fa-brands-400.woff",
                "assets\/webfonts\/fa-brands-400.woff2",
                "assets\/webfonts\/fa-duotone-900.ttf",
                "assets\/webfonts\/fa-duotone-900.woff",
                "assets\/webfonts\/fa-duotone-900.woff2",
                "assets\/webfonts\/fa-light-300.ttf",
                "assets\/webfonts\/fa-light-300.woff",
                "assets\/webfonts\/fa-light-300.woff2",
                "assets\/webfonts\/fa-regular-400.ttf",
                "assets\/webfonts\/fa-regular-400.woff",
                "assets\/webfonts\/fa-regular-400.woff2",
                "assets\/webfonts\/fa-solid-900.ttf",
                "assets\/webfonts\/fa-solid-900.woff",
                "assets\/webfonts\/fa-solid-900.woff2",
                "assets\/webfonts\/fa-thin-100.ttf",
                "assets\/webfonts\/fa-thin-100.woff",
                "assets\/webfonts\/fa-thin-100.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": ".\/assets\/js\/background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3
}