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)คืออะไร?

Text-Free(Block unwanted articles) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://devroid.com และคุณลักษณะหลักของมันคือ "This app is an app that blocks articles you do not like while browsing the internet."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text-Free(Block unwanted articles)

ดาวน์โหลดไฟล์ส่วนขยาย Text-Free(Block unwanted articles) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Text-Free(Block unwanted articles) Text-Free(Block unwanted articles)
ID ihohdajammamemjnholpkmcapoihgfbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp
คำอธิบาย This app is an app that blocks articles you do not like while browsing the internet.
ขนาดไฟล์ 9.58 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2019-10-17
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://devroid.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.hanttasoft.co.kr/Customer/Sub04
ภาษาที่รองรับ 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": [
        "*:\/\/*\/*"
    ]
}