Point de Contact

Report to Point De Contact any illegal content from your web browser

Point de Contact क्या है?

Point de Contact VERIFROM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Report to Point De Contact any illegal content from your web browser"।

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

screenshot
screenshot

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

crx प्रारूप में Point de Contact एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You identified illegal content while browsing Internet? 
Point de Contact provide this extension to allow you to easily and anonymously report any objectionable content.

Before any action, the Point de Contact team proceeds with the legal qualification of the content posted when they are integrated into its remit. Depending on the legal classification of the content processed by the Contact Point, technical analysis is performed to locate the particular hosting servers. The Contact Point is taking steps to technical service providers to obtain the removal of content clearly illegal and inform the competent authorities.

You can report a web page by clicking on the Point de Contact extension button located in the toolbar of your web browser. The browser will display a form allowing you to add more information which will be sent to the team Point de Contact belong your report. You can describe the nature of the content you wish to report and add your own comments to help Point de Contact in their classification process. You can also indicate your e-mail address or proceed to an anonymous report.
If you wish to report a specific content in the web page, use the right-click button on this content in the web page, then click on the Point de Contact menu.
The browser will display the same form as described beside.                    

एक्सटेंशन की मूल जानकारी

नाम Point de Contact Point de Contact
ID fnkocfgpglpcnikkkegmbjhcilhbfnje
आधिकारिक URL https://chromewebstore.google.com/detail/point-de-contact/fnkocfgpglpcnikkkegmbjhcilhbfnje
विवरण Report to Point De Contact any illegal content from your web browser
फ़ाइल का आकार 2.74 MB
स्थापना संख्या 136
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2022-02-07
प्रकाशन तिथि 2019-02-01
डेवलपर VERIFROM
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.pointdecontact.net/
सहायता पृष्ठ URL https://www.pointdecontact.net/contact/
गोपनीयता नीति पृष्ठ URL https://services.verifrom.com/privacypolicy
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Point de Contact",
    "description": "__MSG_description__",
    "version": "1.3.2",
    "version_name": "1.3.2",
    "author": "VERIFROM SAS - copyright 2015-2022",
    "default_locale": "en",
    "options_ui": {
        "page": "html\/options.html"
    },
    "icons": {
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/iconAction16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'sha256-7+VygfRyI1\/PKxYtQh1WNGBOl7cNKnG0CrH8wg5SviA=' 'sha256-Le3UjCT7ZQcJphS9E7Z53Jlvx8+rC2zKNv2shRMlptk=' 'sha256-qAbfpgd6nuaqYBjVaq4TxUROqwk8Ka6dEkrP30Uu+Wg='; object-src 'self'; ",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "\/css\/sidebar.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/URLCanonicalization.js",
                "specific\/extensionConfig.js",
                "js\/jquery-localize.js",
                "js\/purify.min.js",
                "js\/verifrom_api.js",
                "popups\/common.js",
                "verifrom.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "match_about_blank": false,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/URLCanonicalization.js",
            "js\/jquery-localize.js",
            "specific\/extensionConfig.js",
            "js\/verifrom_api.js",
            "verifrombg.js"
        ]
    },
    "web_accessible_resources": [
        "html\/options.html",
        "popups\/reportContent.html",
        "popups\/reportContentChrome.html",
        "popups\/reportContent.js",
        "popups\/common.js",
        "img\/close.png",
        "img\/logo1.png",
        "img\/logo2.png",
        "img\/logo3.png",
        "img\/icon-65.png",
        "img\/icon-96.png",
        "img\/spinner.gif",
        "css\/sidebar.css",
        "css\/options.css",
        "css\/popup.css",
        "specific\/js\/config.json",
        "js\/jquery-3.2.1.min.js",
        "js\/URLCanonicalization.js",
        "js\/jquery-localize.js",
        "html\/manifests\/update-fr.html",
        "html\/manifests\/update-en.html",
        "html\/manifests\/install-fr.html",
        "html\/manifests\/install-en.html",
        "locales_pointdecontact\/pointdecontact-en.json",
        "locales_pointdecontact\/pointdecontact-fr.json",
        "locales_pointdecontact\/pointdecontact-fr-FR.json"
    ]
}