Cyber Shield

Protect your personal data and browser from all threats with Cyber Shield

ما هو Cyber Shield؟

Cyber Shield هو إضافة Chrome تم تطويرها بواسطة nnorrisswooley، والميزة الرئيسية لها هي "Protect your personal data and browser from all threats with Cyber Shield".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Cyber Shield

قم بتنزيل ملفات الامتداد Cyber Shield بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Whether you want to surf the web or watch the video without interrupting with annoying and irrelevant ads the Cyber Shield is a useful tool to maintain a perfect flow of the process.
The smart algorithms and white lists of the ads will keep you away from deceptive advertisers. It happens automatically when you visit any website: the extension checks everything in seconds and in case there is a harmful elements, shows you a warning.
Cyber Shield is tailored in order to protect you with the most efficiently, but you can create your own exceptions.

With installing the chrome extension you give a consent to our privacy policy and terms of use.                    

معلومات أساسية عن التمديد

الاسم Cyber Shield Cyber Shield
ID dbaeahjfpemphebenmoklignajdgimna
عنوان URL الرسمي https://chromewebstore.google.com/detail/cyber-shield/dbaeahjfpemphebenmoklignajdgimna
الوصف Protect your personal data and browser from all threats with Cyber Shield
حجم الملف 816 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0.11
آخر تحديث 2023-12-07
تاريخ النشر 2023-02-18
تقييم 4.20/5 مجموع تقييمات 10
المطور nnorrisswooley
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "32": "assets\/icon.png"
        },
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/element-collapser.js",
                "content\/css-hits-counter.js",
                "content\/extended-css.js",
                "content\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "declarative_net_request\/net_requests_01.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icon.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0jkAl8MXpj2+RbBjCFeqjoTZIKB0urMsdVnKhskfsrLMAjW\/UTUfdoOLeWcPH9ggZQIDqhiTfsQSUdYmhrMb149\/PpGRY6ZwvBWE54misPGLMEp7MfTv9z49MHoNJit6G0BsU0Mgb2f\/lTD1m9aPWaGbKfXNMnd2Lzh4I9x72g+EsZiMZLJwebCZwXjmqNcxe4NFaxVm3Pc42pICrPRO\/zIqXXqCZKbwu3bIXZChlixtoMfNlRRXYcvfdbWR1xoEaAbF\/nYufbfaUS4C97eW9Hk0PSitXR++ai13m89bCpKNnIFKlzyzePwOswl0cmcLTeri7\/34WeNAZLMpG50IiQIDAQAB",
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "scripting",
        "alarms"
    ],
    "version": "1.0.11",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*.*"
            ]
        }
    ]
}