Presearch.com Start With Us
Set Chrome's Homepage and New Tab page to Presearch.com
ما هو Presearch.com Start With Us؟
Presearch.com Start With Us هو إضافة Chrome تم تطويرها بواسطة https://presearch.com، والميزة الرئيسية لها هي "Set Chrome's Homepage and New Tab page to Presearch.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Presearch.com Start With Us
قم بتنزيل ملفات الامتداد Presearch.com Start With Us بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to set your browser homepage to presearch.com
معلومات أساسية عن التمديد
الاسم | Presearch.com Start With Us |
ID | fbknefhkjhbolemlchjhacbgckdjggod |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod |
الوصف | Set Chrome's Homepage and New Tab page to Presearch.com |
حجم الملف | 24.85 KB |
عدد التثبيتات | 37,200 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2022-06-07 |
تاريخ النشر | 2018-01-26 |
تقييم | 4.63/5 مجموع تقييمات 195 |
المطور | https://presearch.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://presearch.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Presearch.com Start With Us", "description": "Set Chrome's Homepage and New Tab page to Presearch.com", "version": "1.0.3", "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.presearch.com\/*" ], "css": [ "assets\/popup-visibility.css" ], "js": [ "assets\/popup-visibility.js" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.presearch.com\/*" ], "chrome_settings_overrides": { "homepage": "https:\/\/presearch.com\/?utm_source=extcr", "startup_pages": [ "https:\/\/presearch.com\/?utm_source=extcr" ] }, "chrome_url_overrides": { "newtab": "newtab.html" } } |