Search Videos

Search videos across the top video sharing sites.

Hvad er Search Videos?

Search Videos er en Chrome-udvidelse udviklet af http://howdysearch.com, og dens hovedfunktion er "Search videos across the top video sharing sites.".

Udvidelsesskærmbilleder

screenshot

Download Search Videos-udvidelses-CRX-fil

Download Search Videos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Search Videos Search Videos
ID ifmpnlmjhkkglnlojpofnoccpcjmpnnh
Officiel URL https://chrome.google.com/webstore/detail/search-videos/ifmpnlmjhkkglnlojpofnoccpcjmpnnh
Beskrivelse Search videos across the top video sharing sites.
Filstørrelse 104 KB
Antal Installationer 199
Nuværende Version 1.4
Senest Opdateret 2017-08-17
Udgivelsesdato 2017-08-17
Udvikler http://howdysearch.com
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}