CoderDocs Security

You are protected absolutely!

Was ist CoderDocs Security?

CoderDocs Security ist eine Chrome-Erweiterung, die von https://lenhatthanh.com entwickelt wurde, und ihr Hauptmerkmal ist "You are protected absolutely!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CoderDocs Security-Erweiterungs-CRX-Datei herunterladen

Laden Sie CoderDocs Security-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

                        You are often afraid about "malicious" websites on the internet. It seems that you cannot know when your sensitive data was stolen by attackers. And when your information, data is hacked by someone (such as banks account, Facebook, ...), you just realized that your data is very importance and you begin to care about the security when you browsing in the Internet.

************************************
Feature 1: Malicious Site Protection
************************************
When you install CoderDocs Security extension successfully, this feature will enable real-time immediately. This feature is the most important, so you can not disable it.

Some kind of site which blocked immediately:
- Malware sites
- Fishing sites
- Spam / Illegal sites
- Crypto mining scripts/sites

************************************
Feature 2: Facebook Privacy
************************************
You can easily enable / disable this feature by check or uncheck the checkbox of every small functions. This feature includes:

- Block "Seen" indicator: When you receive a Facebook message, you click to view this message, the sender will see the status "seen" in their message space. But if you enable this function, the sender can not see the status "seen" any more. They never know whether you saw the message or not.
Note: Block "Seen" indicator works well in Messenger (messenger.com), Facebook old design and Zalo (Facebook new design not work).
- Block "Typing" indicator: Similar with block "seen", the sender can not see the "typing" indicator when you compose the message in Facebook message space (the three dots indicator "...").
- Block "Seen" status in Story: When you click to view the Story of someone, they will know that you have seen their Story. But with this function, nobody can know that you saw their Story. You can click and see your ex-girlfriend any time.
- Block "Typing" indicator in Comments space: When you are typing the comment in any post. People can see the indicator "Someone are typing ...". But if you enable this function, this indicator will be disappear forever.

************************************
Feature 3: Privacy Web Experience
************************************
You can also easily enable / disable this feature by check or uncheck the checkbox of every small functions. This feature includes:

- Block important sites when you absent: When you go out, you forgot to lock your computer, someone can open you browser, they can open some important site such as Facebook, Gmail and see your sensitive information. If you don't want that thing happen. Let enable this function. It allow you to block some importance sites that you don't want anyone access to if you have to lend your computer or you go out.
- Block tracking Ads Script (Google + Facebook):  This function allow you to block the tracking scripts of Facebook and Google. For example, you go to an e-commerce website, when you comeback to Facebook, the previous items in e-commerce website will be display. You can enable this function to block them.
- Browser for kids: This function allow you to block almost porn sites in the world. If your kids uses your computer, let enable this function.

************************************
Feature 4: Website Malware Scanning
************************************
This is a feature that allow you to operate directly on the user interface. Let go to menu path: TOOLS / SECURITY / MALWARE SCAN and explore this feature.

This feature allow you to analyze any URL and inform for you if the URL will be redirected to the website that contains any malware/virus.

************************************
Feature 5: Blur Messenger
************************************
- Open Messenger (messenger.com)
- Click Settings Icon in the left side bar.
- Enjoy the new Messenger feature.


More information about CoderDocs Extension:
https://lenhatthanh.com/en/coderdocs-security/                    

Grundlegende Informationen zur Erweiterung

Name CoderDocs Security CoderDocs Security
ID aehklbpkgdnlphgdbjgmlinnlmonpbcn
Offizielle URL https://chromewebstore.google.com/detail/coderdocs-security/aehklbpkgdnlphgdbjgmlinnlmonpbcn
Beschreibung You are protected absolutely!
Dateigröße 508 KB
Installationsanzahl 51
Aktuelle Version 1.1.1
Letztes Update 2020-09-19
Veröffentlichungsdatum 2020-07-31
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://lenhatthanh.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://lenhatthanh.com
Hilfeseite URL https://lenhatthanh.com
URL der Datenschutzrichtlinien-Seite https://lenhatthanh.com/coderdocs-security-privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoderDocs Security",
    "version": "1.1.1",
    "description": "You are protected absolutely!",
    "icons": {
        "16": ".\/view\/assets\/img\/android-chrome.png",
        "48": ".\/view\/assets\/img\/android-chrome.png",
        "128": ".\/view\/assets\/img\/android-chrome.png"
    },
    "author": "CoderDocs",
    "browser_action": {
        "default_icon": {
            "16": ".\/view\/assets\/img\/android-chrome.png",
            "48": ".\/view\/assets\/img\/android-chrome.png",
            "128": ".\/view\/assets\/img\/android-chrome.png"
        }
    },
    "background": {
        "page": ".\/view\/background.html",
        "persistent": true
    },
    "incognito": "split",
    "permissions": [
        "background",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "storage",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "css": [
                ".\/view\/assets\/css\/blurMessenger.css"
            ],
            "js": [
                ".\/scripts\/blurMessenger.bundle.js"
            ],
            "run_at": "document_idle",
            "all frames": true
        }
    ],
    "web_accessible_resources": [
        "view\/assets\/img\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/oss.maxcdn.com https:\/\/ssl.google-analytics.com https:\/\/api.lenhatthanh.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}