Text-Free(Block unwanted articles)

This app is an app that blocks articles you do not like while browsing the internet.

Text-Free(Block unwanted articles) là gì?

Text-Free(Block unwanted articles) là một tiện ích mở rộng Chrome được phát triển bởi https://devroid.com, và tính năng chính của nó là "This app is an app that blocks articles you do not like while browsing the internet.".

Ả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 Text-Free(Block unwanted articles)

Tải xuống các tệp mở rộng Text-Free(Block unwanted articles) 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

                        Sometimes there are articles you do not want to see on the Internet.
For example, if you register "David", you will see a line containing "David".
Entertainers who are suffering from bad names can easily surf the web if they register their name.                    

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

Tên Text-Free(Block unwanted articles) Text-Free(Block unwanted articles)
ID ihohdajammamemjnholpkmcapoihgfbp
URL Chính Thức https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp
Mô tả This app is an app that blocks articles you do not like while browsing the internet.
Kích Thước Tệp 9.58 KB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2024-02-02
Ngày Phát Hành 2019-10-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://devroid.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.hanttasoft.co.kr/Customer/Sub04
Ngôn Ngữ Được Hỗ Trợ en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Text-Free",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.5",
    "action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "main.html",
        "default_title": "Text Free"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}