Search Videos

Search videos across the top video sharing sites.

Qu'est-ce que Search Videos ?

Search Videos est une extension Chrome développée par http://howdysearch.com, et sa fonction principale est "Search videos across the top video sharing sites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Search Videos

Téléchargez les fichiers d'extension Search Videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Search Videos Search Videos
ID ifmpnlmjhkkglnlojpofnoccpcjmpnnh
URL Officiel https://chrome.google.com/webstore/detail/search-videos/ifmpnlmjhkkglnlojpofnoccpcjmpnnh
Description Search videos across the top video sharing sites.
Taille du Fichier 104 KB
Nombre d'Installations 199
Version Actuelle 1.4
Dernière Mise à Jour 2017-08-17
Date de Publication 2017-08-17
Développeur http://howdysearch.com
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}