ISCA Anti-Semitism Reporter

This extension helps report abusive web pages

Qu'est-ce que ISCA Anti-Semitism Reporter ?

ISCA Anti-Semitism Reporter est une extension Chrome développée par DeveloPar, et sa fonction principale est "This extension helps report abusive web pages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ISCA Anti-Semitism Reporter

Téléchargez les fichiers d'extension ISCA Anti-Semitism Reporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ISCA Anti-Semitism Reporter ISCA Anti-Semitism Reporter
ID obacdfnaklkjhjdijidhdmchhecpiphb
URL Officiel https://chromewebstore.google.com/detail/isca-anti-semitism-report/obacdfnaklkjhjdijidhdmchhecpiphb
Description This extension helps report abusive web pages
Taille du Fichier 92.39 KB
Nombre d'Installations 13
Version Actuelle 2.1.1.4
Dernière Mise à Jour 2014-02-25
Date de Publication 2014-02-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur DeveloPar
Type de Paiement free
Site Web de l'Extension https://www.facebook.com/ISCAorg
Langues Prises en Charge 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
        }
    ]
}