F.Block Sponsored
Block Facebook™ sponsored and suggested posts in any language
F.Block Sponsored란 무엇입니까?
F.Block Sponsored은(는) https://fblocksponsored.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block Facebook™ sponsored and suggested posts in any language"입니다.
확장 프로그램 스크린샷
F.Block Sponsored 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
F.Block Sponsored is a lightweight and straightforward ad blocker designed specifically for Facebook™, targeting sponsored posts, suggested posts, and video banner ads. This extension works across all languages available on Facebook™, including its mobile website. IMPORTANT NOTE: Facebook™ consistently attempts to counteract ad blockers, causing this extension to occasionally stop functioning. In such cases, please await an update from F.Block Sponsored. Typically, updates are released within 1 to 2 days. This project began as a personal hobby to eliminate irritating ads; however, I found myself committed to maintaining it for everyone who uses it, regardless of the effort and time I invest. Therefore, if you find this extension useful, you can show your appreciation by rating it 5 stars and/or making a donation through the URL below, if you're able to do so: https://www.paypal.com/donate/?hosted_button_id=HFTDZ39U8A5ZQ Thank you :)
확장 프로그램 기본 정보
이름 | F.Block Sponsored |
ID | njcnnfelhkehnacoabhefefkbmloakkf |
공식 URL | https://chromewebstore.google.com/detail/fblock-sponsored/njcnnfelhkehnacoabhefefkbmloakkf |
설명 | Block Facebook™ sponsored and suggested posts in any language |
파일 크기 | 26.71 KB |
설치 횟수 | 10,611 |
현재 버전 | 4.4.6 |
최근 업데이트 | 2024-01-23 |
출시 날짜 | 2020-06-06 |
평점 | 3.97/5 총 215 개의 평점 |
개발자 | https://fblocksponsored.de |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fblocksponsored.de |
지원되는 언어 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Mohammad Alsadi", "background": { "service_worker": "background.js" }, "name": "F.Block Sponsored", "description": "Block Facebook\u2122 sponsored and suggested posts in any language", "default_locale": "en", "version": "4.4.6", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "blocker.js" ], "css": [ "main.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "loader.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |