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": [
        "*:\/\/*\/*"
    ]
}