Social Filter
Hides posts & tweets with specific words & users on all social websites.
Social Filter란 무엇입니까?
Social Filter은(는) https://ahmed-badawy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides posts & tweets with specific words & users on all social websites."입니다.
확장 프로그램 스크린샷
Social Filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Internet is filled with ADs & stuff you don't want to see Like spoilers, Ads or celebrity you don't want to hear about. hide them all with our plugin. you choose the keywords you don't want to see & we hide topics that contains that word from your browser view. don't worry you still can read them if you hover over the red hidden mark. It works with: Facebook, Twitter, Youtube, Google-Plus, Riddit.
확장 프로그램 기본 정보
이름 | Social Filter |
ID | pahdoafacnmoblppkhfjaicdmlkplinj |
공식 URL | https://chromewebstore.google.com/detail/social-filter/pahdoafacnmoblppkhfjaicdmlkplinj |
설명 | Hides posts & tweets with specific words & users on all social websites. |
파일 크기 | 637 KB |
설치 횟수 | 78 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-05-23 |
출시 날짜 | 2016-05-22 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | https://ahmed-badawy.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://ahmed-badawy.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Filter", "description": "Hides posts & tweets with specific words & users on all social websites.", "version": "1.1", "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "controller.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*", "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*", "https:\/\/www.twitter.com\/*", "http:\/\/www.twitter.com\/*", "https:\/\/*.twitter.com\/*", "http:\/\/*.twitter.com\/*", "https:\/\/plus.google.com\/*", "http:\/\/plus.google.com\/*", "https:\/\/www.reddit.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery.min.js", "js\/runtime-script.js" ] } ] } |