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
Eメール [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"
            ]
        }
    ]
}