CoderDocs Security

You are protected absolutely!

什麼是CoderDocs Security?

CoderDocs Security是由https://lenhatthanh.com開發的Chrome擴展程式,該擴展的主要功能是“You are protected absolutely!”。

擴展截圖

screenshot
screenshot
screenshot

下載CoderDocs Security擴展crx文件

下載CoderDocs Security擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 CoderDocs Security CoderDocs Security
ID aehklbpkgdnlphgdbjgmlinnlmonpbcn
官方網址 https://chromewebstore.google.com/detail/coderdocs-security/aehklbpkgdnlphgdbjgmlinnlmonpbcn
簡介 You are protected absolutely!
檔案大小 508 KB
安裝次數 51
目前版本 1.1.1
更新時間 2020-09-19
上架時間 2020-07-31
評分 5.00/5 共 4 次評分
開發者 https://lenhatthanh.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://lenhatthanh.com
說明頁面URL https://lenhatthanh.com
隱私政策頁面URL https://lenhatthanh.com/coderdocs-security-privacy-policy
支援的語言 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'"
}