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"

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

ชื่อ Video Online Search Video Online Search
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
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}