Post Block
Type in words and Post Block will hide posts from your Facebook news feed that contains those words.
Post Block란 무엇입니까?
Post Block은(는) dallarosa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Type in words and Post Block will hide posts from your Facebook news feed that contains those words."입니다.
확장 프로그램 스크린샷
Post Block 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Post Block is a simple extension with one single purpose, organize information, more precisely, your Facebook news feed information. You type in words that you simply don't want to see anymore and Post Block will automatically hide posts that contains any of those words. It doesn't require any activation or registration, type in, hit enter and you are ready to go. Questions : Does it have any permanent effect on my Facebook account? No, this application only purpose is to organize and optimize information for you . It will simply hide posts that contains any of your ‘keyword’. If you want to display those posts again just remove the word from the list and you are ready to go. Why? Because sometimes people can be very annoying talking and posting things about a certain subject that you just don’t want to hear from it anymore. So that’s Post Block goal, to make annoying posts disappear. Use it, it’s free, it’s simple and it works.
확장 프로그램 기본 정보
이름 | |
ID | cngiibinkdamophejlmidmnbfncgmdeo |
공식 URL | https://chrome.google.com/webstore/detail/post-block/cngiibinkdamophejlmidmnbfncgmdeo |
설명 | Type in words and Post Block will hide posts from your Facebook news feed that contains those words. |
파일 크기 | 453 KB |
설치 횟수 | 13 |
현재 버전 | 0.8.1 |
최근 업데이트 | 2013-08-18 |
출시 날짜 | 2013-08-18 |
평점 | 4.43/5 총 14 개의 평점 |
개발자 | dallarosa |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.thepostblock.wordpress.com |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Post Block", "description": "Type in words and Post Block will hide posts from your Facebook news feed that contains those words.", "version": "0.8.1", "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "test.js" ], "run_at": "document_end", "all_frames": true } ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-16.png", "default_popup": "popup.html", "default_title": "Post Block" }, "permissions": [ "http:\/\/*.facebook.com\/", "tabs", "storage" ] } |