Coro-NO: COVID-19 News Blocker

A COVID-19 information blocking plugin for your Facebook.

Coro-NO: COVID-19 News Blocker란 무엇입니까?

Coro-NO: COVID-19 News Blocker은(는) snorbik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A COVID-19 information blocking plugin for your Facebook."입니다.

확장 프로그램 스크린샷

screenshot

Coro-NO: COVID-19 News Blocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Coronavirus is infecting people as well as our online space. Are you sick and tired of seeing nothing but Coronavirus-related posts? Block them.

Coro-NO is enabling you to either cover all the posts with a warning about the infected content of the post or skip those posts entirely.

Are most of the post you’re seeing in other than English language? Add more words and prevent „Coro-post“ in multiple languages from popping up.

What's new in v0.5
- We made it easy to share Coro-NO to your friends

What's new in v0.4
- Fixed layout for new Facebook design
- Added Dark mode for new Facebook design                    

확장 프로그램 기본 정보

이름 Coro-NO: COVID-19 News Blocker Coro-NO: COVID-19 News Blocker
ID pgdaepoliphmfldlijphblikkeegpadj
공식 URL https://chromewebstore.google.com/detail/coro-no-covid-19-news-blo/pgdaepoliphmfldlijphblikkeegpadj
설명 A COVID-19 information blocking plugin for your Facebook.
파일 크기 180 KB
설치 횟수 102
현재 버전 0.5
최근 업데이트 2020-04-02
출시 날짜 2020-04-02
평점 4.50/5 총 2 개의 평점
개발자 snorbik
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coro-NO: COVID-19 News Blocker",
    "short_name": "CoroNO",
    "description": "A COVID-19 information blocking plugin for your Facebook.",
    "version": "0.5",
    "browser_action": {
        "default_icon": "assets\/icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "Coro-NO"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "19": "assets\/icons\/icon19.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/constants.js",
            "scripts\/helpers.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/vendor\/jquery.min.js",
                "scripts\/constants.js",
                "scripts\/helpers.js",
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net; object-src 'self'"
}