ISCA Anti-Semitism Reporter
This extension helps report abusive web pages
ISCA Anti-Semitism Reporterคืออะไร?
ISCA Anti-Semitism Reporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DeveloPar และคุณลักษณะหลักของมันคือ "This extension helps report abusive web pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ISCA Anti-Semitism Reporter
ดาวน์โหลดไฟล์ส่วนขยาย 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 } ] } |