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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This app is an app that blocks articles you do not like while browsing the internet."입니다.

확장 프로그램 스크린샷

screenshot

Text-Free(Block unwanted articles) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        "*:\/\/*\/*"
    ]
}