Report illegal content to Dyżurnet.pl

Report to Dyżurnet.pl any illegal content from your web browser

Qu'est-ce que Report illegal content to Dyżurnet.pl ?

Report illegal content to Dyżurnet.pl est une extension Chrome développée par dyzurnet.pl, et sa fonction principale est "Report to Dyżurnet.pl any illegal content from your web browser".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Report illegal content to Dyżurnet.pl

Téléchargez les fichiers d'extension Report illegal content to Dyżurnet.pl 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

                        Dzięki temu rozszerzeniu możliwe jest zgłaszanie stron internetowych zawierających potencjalnie nielegalne treści (w szczególności stron zawierających materiały przedstawiające seksualne wykorzystywanie dzieci) do Zespołu Dyżurnet.pl.
Zgłaszanie odbywa się bezpośrednio ze strony, na której tego typu treści się znajdują. Procedura wysyłania zgłoszeń za pomocą wtyczki Dyżurnet.pl jest prosta i intuicyjna i nie wymaga kopiowania adresu URL zgłaszanej strony do formularza zgłoszeniowego, ponieważ adres ten jest pobierany automatycznie. Wraz z adresem przesyłana jest także informacja o linku odsyłającym (referrer), który przekierował nas na stronę z nielegalną treścią.
Zgłoszenie może być anonimowe, a rozszerzenie nie zbiera żadnych informacji o zgłaszającym.
Wtyczka jest bezpieczna, szybka i łatwa w obsłudze.                    

Informations de Base sur l'Extension

Nom Report illegal content to Dyżurnet.pl Report illegal content to Dyżurnet.pl
ID djegpdbohfkhkiebfdikclmmbpgdblbh
URL Officiel https://chromewebstore.google.com/detail/report-illegal-content-to/djegpdbohfkhkiebfdikclmmbpgdblbh
Description Report to Dyżurnet.pl any illegal content from your web browser
Taille du Fichier 2.62 MB
Nombre d'Installations 94
Version Actuelle 1.4.0
Dernière Mise à Jour 2022-03-24
Date de Publication 2021-08-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur dyzurnet.pl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dyzurnet.pl/
URL de la Page d'Aide https://dyzurnet.pl/aktualnosci/wpis/podlacz-sie-do-dyzurnet-pl-zainstaluj-nasza-wtyczke-i-zglaszaj-skuteczniej
URL de la Page de Politique de Confidentialité https://dyzurnet.pl/polityka-prywatnosci
Langues Prises en Charge en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "NASK National Research Institute - copyright 2021",
    "homepage_url": "https:\/\/dyzurnet.pl",
    "version": "1.4.0",
    "default_locale": "en",
    "browser_action": {
        "chrome_style": true,
        "default_title": "__MSG_extensionName__",
        "default_popup": "html\/report.html",
        "default_icon": {
            "16": "img\/favicon16.png",
            "48": "img\/favicon48.png",
            "128": "img\/favicon128.png"
        }
    },
    "options_page": "html\/options.html",
    "icons": {
        "16": "img\/favicon16.png",
        "48": "img\/favicon48.png",
        "128": "img\/favicon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; ",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "webRequest",
        ""
    ]
}