ISCA Anti-Semitism Reporter
This extension helps report abusive web pages
Was ist ISCA Anti-Semitism Reporter?
ISCA Anti-Semitism Reporter ist eine Chrome-Erweiterung, die von DeveloPar entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps report abusive web pages".
Erweiterungsscreenshots
ISCA Anti-Semitism Reporter-Erweiterungs-CRX-Datei herunterladen
Laden Sie ISCA Anti-Semitism Reporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ISCA Anti-Semitism Reporter |
ID | obacdfnaklkjhjdijidhdmchhecpiphb |
Offizielle URL | https://chromewebstore.google.com/detail/isca-anti-semitism-report/obacdfnaklkjhjdijidhdmchhecpiphb |
Beschreibung | This extension helps report abusive web pages |
Dateigröße | 92.39 KB |
Installationsanzahl | 13 |
Aktuelle Version | 2.1.1.4 |
Letztes Update | 2014-02-25 |
Veröffentlichungsdatum | 2014-02-25 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | DeveloPar |
Zahlungsart | free |
Erweiterungswebsite | https://www.facebook.com/ISCAorg |
Unterstützte Sprachen | 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 } ] } |