Alternate Searches

website is down find out why and look for a new one that is active

ما هو Alternate Searches؟

Alternate Searches هو إضافة Chrome تم تطويرها بواسطة nickh178956، والميزة الرئيسية لها هي "website is down find out why and look for a new one that is active".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Alternate Searches

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

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

                        Gives user the ability to find out why a site is down and also gives them an option to look for a new site.                    

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

الاسم Alternate Searches Alternate Searches
ID ldceabodonpmfeamhdkehopkddikpikb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb
الوصف website is down find out why and look for a new one that is active
حجم الملف 10.46 KB
عدد التثبيتات 20,000
النسخة الحالية 1.0
آخر تحديث 2022-05-31
تاريخ النشر 2022-05-31
تقييم 3.86/5 مجموع تقييمات 7
المطور nickh178956
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://alternate-searches.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick H",
    "name": "Alternate Searches",
    "short_name": "Alternate-Searches",
    "homepage_url": "https:\/\/alternate-searches.com",
    "description": "website is down find out why and look for a new one that is active",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}