Safe Links

This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.

ما هو Safe Links؟

Safe Links هو إضافة Chrome تم تطويرها بواسطة Oscar، والميزة الرئيسية لها هي "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Safe Links

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

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

                        This extension verifies the links on the websites you visit, preventing your browsing from accidentally clicking on dangerous links.  It is the only free link checking app on the chrome web store for detecting malicious links and warning the user of the type of dangerous malware on a website (that actually works and isn't malware itself).

Simply click on the app's button "Check for Dangerous Links" on whichever website you wish to check, and it will list all suspicious links.                    

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

الاسم Safe Links Safe Links
ID mcfmebiihmdgpmlbadeoncjigcnconfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo
الوصف This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
حجم الملف 35.97 KB
عدد التثبيتات 64
النسخة الحالية 0.1.0
آخر تحديث 2021-08-18
تاريخ النشر 2021-08-18
تقييم 5.00/5 مجموع تقييمات 1
المطور Oscar
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://oscarchungpa.wixsite.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Links",
    "description": "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/safe-link-logo.png",
        "32": ".\/safe-link-logo.png",
        "48": ".\/safe-link-logo.png",
        "128": ".\/safe-link-logo.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*\/*"
    ]
}