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 Remove Facebook Ads
ID gkhocllodhopahjjdhlldldjapcjifah
官方URL 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"
            ]
        }
    ]
}