Video Library Search

The most efficient way to find your favorite videos

Video Library Search क्या है?

Video Library Search https://myvideolibrary.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most efficient way to find your favorite videos"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Video Library Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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