Site Searcher
Easy tool that lets you search related content and similar websites instead of lost content
ما هو Site Searcher؟
Site Searcher هو إضافة Chrome تم تطويرها بواسطة Eugene Treko، والميزة الرئيسية لها هي "Easy tool that lets you search related content and similar websites instead of lost content".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Site Searcher
قم بتنزيل ملفات الامتداد Site Searcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you want to improve your browsing it's easier to do with Site Searcher. Get useful suggestions of related websites that are similar to the one that you're unable to reach. If the site you were looking for wasn't found and the web address is missing Site Searcher will suggest similar websites. Recommended content will be instantly suggested instead of a standard 404 error page that the browser loads when your website wasn't found. With Site Searcher it's easier to continue browsing without interruption.
معلومات أساسية عن التمديد
الاسم | |
ID | ldjmnjgloogghhkpocikaoibikhebmhm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm |
الوصف | Easy tool that lets you search related content and similar websites instead of lost content |
حجم الملف | 9.97 KB |
عدد التثبيتات | 90,000 |
النسخة الحالية | 1.02 |
آخر تحديث | 2022-06-27 |
تاريخ النشر | 2022-06-27 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | Eugene Treko |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://site-searcher.com/ |
عنوان صفحة المساعدة | https://site-searcher.com/?a=about |
عنوان صفحة سياسة الخصوصية | https://newpagefinder.com?a=privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Leon Vojcech", "name": "Site Searcher", "short_name": "Site Searcher", "homepage_url": "https:\/\/site-searcher.com\/", "description": "Easy tool that lets you search related content and similar websites instead of lost content", "version": "1.02", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |