Polygon Modulator
This extension blocks all comments from specific Polygon users. You choose who you hear.
Polygon Modulator란 무엇입니까?
Polygon Modulator은(는) Sabre IS Sabre에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension blocks all comments from specific Polygon users. You choose who you hear."입니다.
확장 프로그램 스크린샷
Polygon Modulator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever want to just enjoy the comments on Polygon, but one voice is wrecking the conversation? Well, now you can do something about it! With Polygon Modulator, you can just add that user to your list of blocked users. You won't see their comments in the thread, and new comments will be picked out as you go. Better yet, you won't have any way to respond to that user (just in case you are tempted). This product was developed on my own initiative, but does not conflict with the Polygon Community Guidelines. You are only affecting what you see in your browser.
확장 프로그램 기본 정보
이름 | |
ID | nlejgnbgffgbedlfgjhpjpkcoefeoala |
공식 URL | https://chromewebstore.google.com/detail/polygon-modulator/nlejgnbgffgbedlfgjhpjpkcoefeoala |
설명 | This extension blocks all comments from specific Polygon users. You choose who you hear. |
파일 크기 | 44.69 KB |
설치 횟수 | 21 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2016-01-21 |
출시 날짜 | 2016-01-20 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Sabre IS Sabre |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Polygon Modulator", "short_name": "PolyMod", "description": "This extension blocks all comments from specific Polygon users. You choose who you hear.", "version": "0.2.0", "options_page": "options.html", "content_scripts": [ { "js": [ "jquery-2.2.0.min.js", "content.js" ], "css": [ "styles.css" ], "matches": [ "http:\/\/www.polygon.com\/*", "https:\/\/www.polygon.com\/*" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Filter comments" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |