Cant Find Anything

To assist in figuring out why a website is down and help with finding active websites

ما هو Cant Find Anything؟

Cant Find Anything هو إضافة Chrome تم تطويرها بواسطة uploadextsubmissions، والميزة الرئيسية لها هي "To assist in figuring out why a website is down and help with finding active websites".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Cant Find Anything

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

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

                        When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.                    

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

الاسم Cant Find Anything Cant Find Anything
ID nopknckhmahdmggkgakgfooagndhdooi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi
الوصف To assist in figuring out why a website is down and help with finding active websites
حجم الملف 15.53 KB
عدد التثبيتات 16,000
النسخة الحالية 1.3
آخر تحديث 2022-06-09
تاريخ النشر 2022-04-19
تقييم 2.00/5 مجموع تقييمات 4
المطور uploadextsubmissions
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cantfindanything.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rachel S",
    "name": "Cant Find Anything",
    "short_name": "cant find anything",
    "homepage_url": "https:\/\/cantfindanything.com",
    "description": "To assist in figuring out why a website is down and help with finding active websites",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}