Remove Facebook Ads
A small and simple add-on to remove sponsored ad posts from your Facebook timeline.
什麼是Remove Facebook Ads?
Remove Facebook Ads是由SUA開發的Chrome擴展程式,該擴展的主要功能是“A small and simple add-on to remove sponsored ad posts from your Facebook timeline.”。
下載Remove Facebook Ads擴展crx文件
下載Remove Facebook Ads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It will remove the ads till Facebook finds the hole that makes the add-on work. For now, just for English users only. Enjoy adless Facebook. - This add-on removes "Sponsored" ads/stories from your Facebook timeline. There are no settings yet. Just install it and you will see no more ads (hopefully). Facebok can prevent this add-on somehow in the future. Then we will find another way to remove the ads. Just for English users right now, later on we can add more language control for other users.
擴展基本資訊
名稱 | Remove Facebook Ads |
ID | gkhocllodhopahjjdhlldldjapcjifah |
官方網址 | https://chromewebstore.google.com/detail/remove-facebook-ads/gkhocllodhopahjjdhlldldjapcjifah |
簡介 | A small and simple add-on to remove sponsored ad posts from your Facebook timeline. |
檔案大小 | 43.52 KB |
安裝次數 | 474 |
目前版本 | 1.0 |
更新時間 | 2017-01-31 |
上架時間 | 2017-01-30 |
評分 | 5.00/5 共 2 次評分 |
開發者 | SUA |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.sua.com.tr |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Facebook Ads", "version": "1.0", "description": "A small and simple add-on to remove sponsored ad posts from your Facebook timeline.", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery-3.1.1.min.js", "remove_fb_ads.js" ] } ] } |