Breached

Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database

ما هو Breached؟

Breached هو إضافة Chrome تم تطويرها بواسطة Adam Pritchard، والميزة الرئيسية لها هي "Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Breached

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

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

                        Breached is a browser extension that lets you know when you're visiting a site that has been pwned in the past. You can click the button to find out more about those breaches.

Breached uses [Have I Been Pwned](https://haveibeenpwned.com/) to learn about breaches. No information about the sites you visit is sent anywhere -- all checks are local.                    

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

الاسم Breached Breached
ID blmhfhlpjoofplegjpalpgnbnnoohpbc
عنوان URL الرسمي https://chromewebstore.google.com/detail/breached/blmhfhlpjoofplegjpalpgnbnnoohpbc
الوصف Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database
حجم الملف 133 KB
عدد التثبيتات 55
النسخة الحالية 1.2.4
آخر تحديث 2017-11-19
تاريخ النشر 2017-11-19
المطور Adam Pritchard
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/adam-p/breached
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Breached",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database",
    "homepage_url": "https:\/\/github.com\/adam-p\/breached",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "vendor\/jquery-3.2.1.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png"
        },
        "default_title": "Breached! Click for details",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ]
}