FPB - Remove Politics from Facebook
This extension will find Facebook posts that are associated with politics and allow you to hide or blur them from view.
FPB - Remove Politics from Facebook란 무엇입니까?
FPB - Remove Politics from Facebook은(는) alexhendershott에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will find Facebook posts that are associated with politics and allow you to hide or blur them from view."입니다.
확장 프로그램 스크린샷
FPB - Remove Politics from Facebook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Version 0.3.4 Update: • Updated post class names to fbUserContent Tired of politics on Facebook? Don't want to unfriend or manage your Facebook experience? Is Uncle Tom going off again in glorious fashion? Facebook Political Blocker (FPB) searches for pre-defined, and user submitted keywords in posts and filters them from your view. You can choose to Hide or Blur posts via the toggle in the action bar. The action bar also displays how many posts have been blocked during your current session. The extension will not search images, only words. Performance and features will be improved upon over time. Have a suggestion? Feel free to email me! Version .2 Notes: • Fixed hide/blur switch. Previously only worked on first click • Fixed tip window positioning • Updated menu icon • Fixed login action bar overlap • Fixed cookie bug that prevented post blocking • Updated post class names to fbUserContent • Users can now add their own custom keywords via cog icon • Brightened action bar blue to match brighter blue Facebook implemented. Version .3 Notes: • Added ability to delete individual custom keywords. • Fixed bug with Facebook that prevented post blocking for 24 hours. • Fixed bug with hover glitch. Still testing to determine if fixed. • Updated post class names to fbUserContent Noun Project Icon Credit: Rflor - https://thenounproject.com/rflor/
확장 프로그램 기본 정보
이름 | FPB - Remove Politics from Facebook |
ID | jilchiamacpaedkmjfngobdapeoajgcd |
공식 URL | https://chromewebstore.google.com/detail/fpb-remove-politics-from/jilchiamacpaedkmjfngobdapeoajgcd |
설명 | This extension will find Facebook posts that are associated with politics and allow you to hide or blur them from view. |
파일 크기 | 43.78 KB |
설치 횟수 | 283 |
현재 버전 | 0.3.4 |
최근 업데이트 | 2017-04-03 |
출시 날짜 | 2017-04-03 |
평점 | 2.86/5 총 7 개의 평점 |
개발자 | alexhendershott |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPB - Remove Politics from Facebook", "short_name": "FPB", "description": "This extension will find Facebook posts that are associated with politics and allow you to hide or blur them from view.", "version": "0.3.4", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.min.js", "content.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ] } |