Adblocker for Facebook™ (sponsored posts)
A super fast sponsored posts removal tool for Facebook™
Adblocker for Facebook™ (sponsored posts)란 무엇입니까?
Adblocker for Facebook™ (sponsored posts)은(는) balvin.perrie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A super fast sponsored posts removal tool for Facebook™"입니다.
확장 프로그램 스크린샷
Adblocker for Facebook™ (sponsored posts) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension does not act like a normal adblocker extension. It just detects and removes sponsored posts that Facebook inserts between your actual posts. The extension does not have a network observer hence it is much faster than a normal adblocker extension. Basically, it only observes post creation and detects the "sponsored" keyword and remove the post with this keyword. That's it! Notes: 1. There is no user interface for this extension. 2. To disable the extension go to the extension manager of your browser and press the disable button. Note that you will need to refresh Facebook pages too.
확장 프로그램 기본 정보
이름 | Adblocker for Facebook™ (sponsored posts) |
ID | lciamkaeclpffgdmljhiogcgpohbohee |
공식 URL | https://chrome.google.com/webstore/detail/adblocker-for-facebook-sp/lciamkaeclpffgdmljhiogcgpohbohee |
설명 | A super fast sponsored posts removal tool for Facebook™ |
파일 크기 | 28.03 KB |
설치 횟수 | 231 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2019-10-28 |
출시 날짜 | 2019-10-27 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | balvin.perrie |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://add0n.com/adblocker-for-facebook.html |
도움말 페이지 URL | https://add0n.com/adblocker-for-facebook.html |
개인정보 보호 정책 페이지 URL | https://add0n.com/policies/balvin.perrie.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.3", "name": "Adblocker for Facebook\u2122 (sponsored posts)", "description": "A super fast sponsored posts removal tool for Facebook\u2122", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "data\/inject.js" ], "run_at": "document_start" } ], "homepage_url": "https:\/\/add0n.com\/adblocker-for-facebook.html", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |