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”。

扩展截图

screenshot

下载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 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
        }
    ]
}