Sponsor Blocker for facebook.com

Removes sponsored posts from facebook.com

什麼是Sponsor Blocker for facebook.com?

Sponsor Blocker for facebook.com是由arismelachroinos開發的Chrome擴展程式,該擴展的主要功能是“Removes sponsored posts from facebook.com”。

擴展截圖

screenshot

下載Sponsor Blocker for facebook.com擴展crx文件

下載Sponsor Blocker for facebook.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a simple chrome extension which removes every sponsored post from your feed. 
There is no UI. You just install it and it should work. 

Once you install it, you should simply not see any sponsored posts anymore. It will never remove a post that isn't sponsored.

To see how many ads have been blocked, click on the icon's extension.

All languages are supported!
If you have any problems, please contact me on my email.

This extension has nothing to do with the Facebook company.

I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link:
https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U                    

擴展基本資訊

名稱 Sponsor Blocker for facebook.com Sponsor Blocker for facebook.com
ID kpmbjdnfallgblelifmkiofhnpejlpll
官方網址 https://chromewebstore.google.com/detail/sponsor-blocker-for-faceb/kpmbjdnfallgblelifmkiofhnpejlpll
簡介 Removes sponsored posts from facebook.com
檔案大小 41.38 KB
安裝次數 651
目前版本 1.84
更新時間 2022-11-10
上架時間 2021-05-31
評分 4.43/5 共 7 次評分
開發者 arismelachroinos
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sponsor Blocker for facebook.com",
    "action": [],
    "version": "1.84",
    "description": "Removes sponsored posts from facebook.com",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}