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) https://devroid.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This app is an app that blocks articles you do not like while browsing the internet."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Text-Free(Block unwanted articles) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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": [
        "*:\/\/*\/*"
    ]
}