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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}