Search Videos

Search videos across the top video sharing sites.

ما هو Search Videos؟

Search Videos هو إضافة Chrome تم تطويرها بواسطة http://howdysearch.com، والميزة الرئيسية لها هي "Search videos across the top video sharing sites.".

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

screenshot

تحميل ملف CRX للإضافة Search Videos

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

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

                        Fast way to search for videos on the top video sharing sites on the internet.                    

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

الاسم Search Videos Search Videos
ID ifmpnlmjhkkglnlojpofnoccpcjmpnnh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/search-videos/ifmpnlmjhkkglnlojpofnoccpcjmpnnh
الوصف Search videos across the top video sharing sites.
حجم الملف 104 KB
عدد التثبيتات 199
النسخة الحالية 1.4
آخر تحديث 2017-08-17
تاريخ النشر 2017-08-17
المطور http://howdysearch.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Videos",
    "version": "1.4",
    "description": "Search videos across the top video sharing sites.",
    "icons": {
        "48": "icons\/appicon.png"
    },
    "permissions": [
        "http:\/\/howdytrack.com\/*",
        "activeTab",
        "browsingData",
        "geolocation",
        "history",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/appicon.png",
        "default_title": "Submit",
        "default_popup": "popup\/form.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}