Video Online Search
The most efficient way to find your favorite videos
ما هو Video Online Search؟
Video Online Search هو إضافة Chrome تم تطويرها بواسطة artem.semenov1955، والميزة الرئيسية لها هي "The most efficient way to find your favorite videos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Video Online Search
قم بتنزيل ملفات الامتداد Video Online Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | kfcpbdbijjdijabpicejmmhioebelank |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/video-online-search/kfcpbdbijjdijabpicejmmhioebelank |
الوصف | The most efficient way to find your favorite videos |
حجم الملف | 37.31 KB |
عدد التثبيتات | 50 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-02-11 |
تاريخ النشر | 2021-10-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | artem.semenov1955 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://videosearchguide.online/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/videosearchguide.online\/media\/icons\/favicon.ico", "is_default": true, "keyword": "Personal", "name": "Personal", "search_url": "https:\/\/videosearchguide.online\/search.php?q={searchTerms}" } }, "description": "The most efficient way to find your favorite videos", "icons": { "128": "icon.png", "16": "icon.png", "24": "icon.png", "256": "icon.png", "48": "icon.png", "96": "icon.png" }, "manifest_version": 2, "name": "Video Online Search", "permissions": [ "storage", "*:\/\/videosearchguide.online\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "icon.png" ] } |