Report illegal content to Dyżurnet.pl

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

Was ist Report illegal content to Dyżurnet.pl?

Report illegal content to Dyżurnet.pl ist eine Chrome-Erweiterung, die von dyzurnet.pl entwickelt wurde, und ihr Hauptmerkmal ist "Report to Dyżurnet.pl any illegal content from your web browser".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Report illegal content to Dyżurnet.pl-Erweiterungs-CRX-Datei herunterladen

Laden Sie Report illegal content to Dyżurnet.pl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Report illegal content to Dyżurnet.pl Report illegal content to Dyżurnet.pl
ID djegpdbohfkhkiebfdikclmmbpgdblbh
Offizielle URL https://chromewebstore.google.com/detail/report-illegal-content-to/djegpdbohfkhkiebfdikclmmbpgdblbh
Beschreibung Report to Dyżurnet.pl any illegal content from your web browser
Dateigröße 2.62 MB
Installationsanzahl 94
Aktuelle Version 1.4.0
Letztes Update 2022-03-24
Veröffentlichungsdatum 2021-08-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler dyzurnet.pl
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dyzurnet.pl/
Hilfeseite URL https://dyzurnet.pl/aktualnosci/wpis/podlacz-sie-do-dyzurnet-pl-zainstaluj-nasza-wtyczke-i-zglaszaj-skuteczniej
URL der Datenschutzrichtlinien-Seite https://dyzurnet.pl/polityka-prywatnosci
Unterstützte Sprachen 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",
        ""
    ]
}