ISCA Anti-Semitism Reporter

This extension helps report abusive web pages

ISCA Anti-Semitism Reporter là gì?

ISCA Anti-Semitism Reporter là một tiện ích mở rộng Chrome được phát triển bởi DeveloPar, và tính năng chính của nó là "This extension helps report abusive web pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ISCA Anti-Semitism Reporter

Tải xuống các tệp mở rộng ISCA Anti-Semitism Reporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ISCA Anti-Semitism Reporter ISCA Anti-Semitism Reporter
ID obacdfnaklkjhjdijidhdmchhecpiphb
URL Chính Thức https://chromewebstore.google.com/detail/isca-anti-semitism-report/obacdfnaklkjhjdijidhdmchhecpiphb
Mô tả This extension helps report abusive web pages
Kích Thước Tệp 92.39 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 2.1.1.4
Cập Nhật Lần Cuối 2014-02-25
Ngày Phát Hành 2014-02-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển DeveloPar
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebook.com/ISCAorg
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}