ISCA Anti-Semitism Reporter

This extension helps report abusive web pages

ISCA Anti-Semitism Reporter क्या है?

ISCA Anti-Semitism Reporter DeveloPar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps report abusive web pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ISCA Anti-Semitism Reporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}