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ファイルをダウンロード
Polygon Modulator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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\/" ] } |