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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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": [
        "*:\/\/*\/*"
    ]
}