Cartageous
Cartageous Chrome Extension
ما هو Cartageous؟
Cartageous هو إضافة Chrome تم تطويرها بواسطة Blender Networks Inc.، والميزة الرئيسية لها هي "Cartageous Chrome Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cartageous
قم بتنزيل ملفات الامتداد Cartageous بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Cartageous extension replaces your browsers New Tab search engine with Yahoo.com. Please read carefully: By installing this application, you agree to the End User License Agreement and the Privacy Policy. Please note that this extension provides an easy to use search option right inside your new tab extension.
معلومات أساسية عن التمديد
الاسم | Cartageous |
ID | naceaacfhibjaomhofpegoalinnkmegi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cartageous/naceaacfhibjaomhofpegoalinnkmegi |
الوصف | Cartageous Chrome Extension |
حجم الملف | 2.25 MB |
عدد التثبيتات | 43,833 |
النسخة الحالية | 1.4.5 |
آخر تحديث | 2024-01-12 |
تاريخ النشر | 2021-02-04 |
تقييم | 4.08/5 مجموع تقييمات 12 |
المطور | Blender Networks Inc. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://cartageous.com/ |
عنوان صفحة سياسة الخصوصية | https://blendernetworks.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cartageous", "description": "Cartageous Chrome Extension", "version": "1.4.5", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "host_permissions": [ "https:\/\/*.cartageous.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ], "matches": [], "extension_ids": [] } ], "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" } } |