ISCA Anti-Semitism Reporter
This extension helps report abusive web pages
ISCA Anti-Semitism Reporterとは何ですか?
ISCA Anti-Semitism ReporterはDeveloParによって開発されたChromeの拡張機能で、その主な機能は「This extension helps report abusive web pages」です。
拡張機能のスクリーンショット
ISCA Anti-Semitism Reporter拡張機能のCRXファイルをダウンロード
ISCA Anti-Semitism Reporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This app is a part of a students project to report and gather info about all Anti Semitic websites around the web. Regardless of religion, color, sex etc. The final purpose of the gathered data is to address the relevant companies (google,facebook,yahoo etc.) with a list of URL's (that they control) that people found offensive or hateful.
拡張機能の基本情報
名前 | ISCA Anti-Semitism Reporter |
ID | obacdfnaklkjhjdijidhdmchhecpiphb |
公式URL | https://chromewebstore.google.com/detail/isca-anti-semitism-report/obacdfnaklkjhjdijidhdmchhecpiphb |
説明 | This extension helps report abusive web pages |
ファイルサイズ | 92.39 KB |
インストール数 | 13 |
現在のバージョン | 2.1.1.4 |
最終更新日 | 2014-02-25 |
公開日 | 2014-02-25 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | DeveloPar |
支払い方法 | free |
拡張機能のウェブサイト | https://www.facebook.com/ISCAorg |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ISCA Anti-Semitism Reporter", "icons": { "16": "icon5.png", "48": "48.png", "128": "128.png" }, "description": "This extension helps report abusive web pages", "version": "2.1.1.4", "browser_action": { "default_icon": "icon5.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-1.2.6.min.js", "js\/popup.js" ], "run_at": "document_end", "all_frames": false } ] } |