Text-Free(Block unwanted articles)

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

What is Text-Free(Block unwanted articles)?

Text-Free(Block unwanted articles) is a Chrome extension developed by https://devroid.com, and its main feature is "This app is an app that blocks articles you do not like while browsing the internet.".

Extension Screenshots

screenshot

Download Text-Free(Block unwanted articles) Extension CRX File

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

                        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.                    

Extension Basic Information

Name Text-Free(Block unwanted articles) Text-Free(Block unwanted articles)
ID ihohdajammamemjnholpkmcapoihgfbp
Official URL https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp
Description This app is an app that blocks articles you do not like while browsing the internet.
File Size 9.58 KB
Installation Count 125
Current Version 1.5
Last Updated 2024-02-02
Publish Date 2019-10-17
Rating 5.00/5 Total 3 Ratings
Developer https://devroid.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.hanttasoft.co.kr/Customer/Sub04
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}