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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}