Report illegal content to Dyżurnet.pl

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

What is Report illegal content to Dyżurnet.pl?

Report illegal content to Dyżurnet.pl is a Chrome extension developed by dyzurnet.pl, and its main feature is "Report to Dyżurnet.pl any illegal content from your web browser".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Report illegal content to Dyżurnet.pl Extension CRX File

Download Report illegal content to Dyżurnet.pl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Report illegal content to Dyżurnet.pl Report illegal content to Dyżurnet.pl
ID djegpdbohfkhkiebfdikclmmbpgdblbh
Official URL https://chromewebstore.google.com/detail/report-illegal-content-to/djegpdbohfkhkiebfdikclmmbpgdblbh
Description Report to Dyżurnet.pl any illegal content from your web browser
File Size 2.62 MB
Installation Count 94
Current Version 1.4.0
Last Updated 2022-03-24
Publish Date 2021-08-10
Rating 5.00/5 Total 1 Ratings
Developer dyzurnet.pl
Email [email protected]
Payment Type free
Extension Website https://dyzurnet.pl/
Help Page URL https://dyzurnet.pl/aktualnosci/wpis/podlacz-sie-do-dyzurnet-pl-zainstaluj-nasza-wtyczke-i-zglaszaj-skuteczniej
Privacy Policy Page URL https://dyzurnet.pl/polityka-prywatnosci
Supported Languages 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",
        ""
    ]
}