CoronaBLOCK for Facebook
Take a break from Facebook posts related to COVID-19
什麼是CoronaBLOCK for Facebook?
CoronaBLOCK for Facebook是由https://aldiduzha.com/projects/coronablock開發的Chrome擴展程式,該擴展的主要功能是“Take a break from Facebook posts related to COVID-19”。
擴展截圖
下載CoronaBLOCK for Facebook擴展crx文件
下載CoronaBLOCK for Facebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This project is open source and is available on Github.
https://github.com/aldi/coronablock
Take a break from Coronavirus/COVID-19 related Facebook posts. 
CoronaBLOCK helps you block effectively Facebook posts based on a curated list of hand-picked keywords related to coronavirus.
Note: It works only οn Facebook.
How it works:
CoronaBLOCK scans in the background your Facebook feed for COVID-19 related posts and comments and removes them, based on a curated list of related keywords.
Features:
-	Fast keyword search in the background without delays.
-       Fresh and Clean UI. Plain and Simple.
-	ON/OFF Switch. Disable it or enable it whenever you feel to.
-	See how many COVID-19 related posts CoronaBLOCK has blocked.
-       Supports both classic and new Facebook layout.
Enjoy and don't forget to refresh the page before using it!                     擴展基本資訊
| 名稱 |   |  
| ID | mmlaobnmgfaidfhebeijbeehkdibpiae | 
| 官方網址 | https://chromewebstore.google.com/detail/coronablock-for-facebook/mmlaobnmgfaidfhebeijbeehkdibpiae | 
| 簡介 | Take a break from Facebook posts related to COVID-19 | 
| 檔案大小 | 374 KB | 
| 安裝次數 | 49 | 
| 目前版本 | 1.2.1 | 
| 更新時間 | 2022-04-03 | 
| 上架時間 | 2020-04-21 | 
| 評分 | 5.00/5 共 5 次評分 | 
| 開發者 | https://aldiduzha.com/projects/coronablock | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://aldiduzha.com/projects/coronablock | 
| 說明頁面URL | https://aldiduzha.com/projects/coronablock | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoronaBLOCK for Facebook",
    "description": "Take a break from Facebook posts related to COVID-19",
    "author": "Aldi Duzha",
    "version": "1.2.1",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/filters.js"
            ]
        }
    ]
}  |  |