Video Library Search

The most efficient way to find your favorite videos

Video Library Searchคืออะไร?

Video Library Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myvideolibrary.info และคุณลักษณะหลักของมันคือ "The most efficient way to find your favorite videos"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Library Search

ดาวน์โหลดไฟล์ส่วนขยาย Video Library Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This browser extension is the most efficient way to find your favourite videos.
It changes your default search and helps you to switch between video sharing platforms easily.
Just few clicks to change it!
The  interface is very simple and light, nothing useless.

Please click "Support" to submit bug reports, questions and feature suggestions.
Please do not leave bug reports in your review.

By clicking "Add to Chrome", you accept the terms below and agree to add Global Search to Chrome                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Video Library Search Video Library Search
ID efakcomgmimcekdejnoafmmbgnpdhdfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-library-search/efakcomgmimcekdejnoafmmbgnpdhdfm
คำอธิบาย The most efficient way to find your favorite videos
ขนาดไฟล์ 34 KB
จำนวนการติดตั้ง 1,885
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2020-11-04
วันที่เผยแพร่ 2020-11-04
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://myvideolibrary.info
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://myvideolibrary.info/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Personal",
            "keyword": "Personal",
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/myvideolibrary.info\/media\/icons\/favicon.ico",
            "search_url": "https:\/\/myvideolibrary.info\/search.php?q={searchTerms}",
            "suggest_url": "https:\/\/myvideolibrary.info\/suggestions.php?q={searchTerms}"
        }
    },
    "icons": {
        "16": "icon.png",
        "24": "icon.png",
        "48": "icon.png",
        "96": "icon.png",
        "128": "icon.png",
        "256": "icon.png"
    },
    "permissions": [
        "storage",
        "*:\/\/myvideolibrary.info\/*"
    ],
    "manifest_version": 2,
    "name": "Video Library Search",
    "description": "The most efficient way to find your favorite videos",
    "version": "0.0.9",
    "web_accessible_resources": [
        "icon.png"
    ]
}