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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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