Text-Free(Block unwanted articles)

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

O que é Text-Free(Block unwanted articles)?

Text-Free(Block unwanted articles) é uma extensão do Chrome desenvolvida por https://devroid.com, e sua principal característica é "This app is an app that blocks articles you do not like while browsing the internet.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Text-Free(Block unwanted articles)

Baixe arquivos de extensão Text-Free(Block unwanted articles) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Text-Free(Block unwanted articles) Text-Free(Block unwanted articles)
ID ihohdajammamemjnholpkmcapoihgfbp
URL Oficial https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp
Descrição This app is an app that blocks articles you do not like while browsing the internet.
Tamanho do Arquivo 9.58 KB
Contagem de Instalações 125
Versão Atual 1.5
Última Atualização 2024-02-02
Data de Publicação 2019-10-17
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://devroid.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.hanttasoft.co.kr/Customer/Sub04
Idiomas Suportados 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": [
        "*:\/\/*\/*"
    ]
}