It's Now Found

Now it's easier to find a website that's missing

ما هو It's Now Found؟

It's Now Found هو إضافة Chrome تم تطويرها بواسطة Eugene Treko، والميزة الرئيسية لها هي "Now it's easier to find a website that's missing".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة It's Now Found

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

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

                        Improve the way you're navigated from a website that no longer works. Instead of a confusing message telling you that your website wasn't found you get a number of suggested choices. You can select any of the suggestions that is better related to the website you wanted to open or click anywhere in the tab and go to the regular web search page.                    

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

الاسم It's Now Found It's Now Found
ID ejfbabhikhidkhehbmodnjahjgfpmjcp
عنوان URL الرسمي https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp
الوصف Now it's easier to find a website that's missing
حجم الملف 9.78 KB
عدد التثبيتات 5,038
النسخة الحالية 1.1.2
آخر تحديث 2022-06-15
تاريخ النشر 2022-05-04
تقييم 1.00/5 مجموع تقييمات 1
المطور Eugene Treko
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://itsnowfound.com/
عنوان صفحة المساعدة https://itsnowfound.com/?a=about
عنوان صفحة سياسة الخصوصية https://newpagefinder.com?a=privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Eugene Treko",
    "name": "It's Now Found",
    "short_name": "It's Now Found",
    "homepage_url": "https:\/\/itsnowfound.com\/",
    "description": "Now it's easier to find a website that's missing",
    "version": "1.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}