Trollblock
This extension allows you to hide posts from specified users (Trolls) on the Craigslist Forums
Trollblock란 무엇입니까?
Trollblock은(는) http://tekphreak.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to hide posts from specified users (Trolls) on the Craigslist Forums"입니다.
확장 프로그램 스크린샷
Trollblock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you've been on the internet for more than a day you'll know that unfortunately there are some people who post with the intent to seek your attention and waste your time. Those people are known as trolls. The Craigslist forums are open to anyone who creates an account there. And Craigslist has a flag system to help police the content there, however, trolling is still not something the administrators there can control. So Trollblock offers a way to enjoy the forums, while giving you control over the posts you may not want to see. You don't want to waste your precious time reading posts from people who are just trolling for your attention. If you are decided you are done with seeing posts from a certain poster, then you can use Trollblock to simply hides the troll postings for you. Bear in mind that this is still BETA version, and is being improved, new features will be added as time allows. The ability to add your own list of trolls will be added in the near future. Windows Users edit the file here: C:\Users\{your name here}\AppData\Local\Google\Chrome\User Data\Default\Extensions\lclmhblijnpbccgfckfemgkpggjieljf\{version number}\trollblock.js Linux Users, Edit: ~/.config/google-chrome/Default/Extensions/lclmhblijnpbccgfckfemgkpggjieljf/{version number}/trollblock.js
확장 프로그램 기본 정보
이름 | |
ID | lclmhblijnpbccgfckfemgkpggjieljf |
공식 URL | https://chrome.google.com/webstore/detail/trollblock/lclmhblijnpbccgfckfemgkpggjieljf |
설명 | This extension allows you to hide posts from specified users (Trolls) on the Craigslist Forums |
파일 크기 | 28.96 KB |
설치 횟수 | 25 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2015-06-10 |
출시 날짜 | 2015-06-10 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | http://tekphreak.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tekphreak.com/cl/trollblock |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "trollblock.js" ], "matches": [ "https:\/\/forums.craigslist.org\/*" ] } ], "description": "This extension allows you to hide posts from specified users (Trolls) on the Craigslist Forums", "homepage_url": "http:\/\/tekphreak.com\/cl\/trollblock", "options_page": "options.html", "incognito": "split", "icons": { "128": "troll128.png", "16": "troll16.png", "48": "troll48.png" }, "manifest_version": 2, "name": "Trollblock", "permissions": [ "activeTab", "storage" ], "short_name": "Trollblock", "version": "1.2.1", "version_name": "1.2.1.1" } |