Finding a New Way

innovative way to find alternate websites, when the one your going to is down

ما هو Finding a New Way؟

Finding a New Way هو إضافة Chrome تم تطويرها بواسطة uploadextsubmissions، والميزة الرئيسية لها هي "innovative way to find alternate websites, when the one your going to is down".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Finding a New Way

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

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

                        When a user attempts to go to a website and the website is showing down give them alternative sites                    

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

الاسم Finding a New Way Finding a New Way
ID knfajdoicgljphkcobpeinoiejhgpofe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe
الوصف innovative way to find alternate websites, when the one your going to is down
حجم الملف 37.51 KB
عدد التثبيتات 175,094
النسخة الحالية 1.1
آخر تحديث 2022-05-07
تاريخ النشر 2022-05-07
تقييم 3.78/5 مجموع تقييمات 18
المطور uploadextsubmissions
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://findinganewway.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David H",
    "name": "Finding a New Way",
    "short_name": "Finding a new way",
    "homepage_url": "https:\/\/findinganewway.com",
    "description": "innovative way to find alternate websites, when the one your going to is down",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}