Youtube Caption Search

Search for text in youtube videos

Vad är Youtube Caption Search?

Youtube Caption Search är en Chrome-tillägg utvecklad av recurse, och dess huvudfunktion är "Search for text in youtube videos".

Tilläggsskärmbilder

screenshot

Ladda ner Youtube Caption Search-förlängningens CRX-fil

Ladda ner Youtube Caption Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Skip to video location where search text is mentioned. 

Note: Only works on videos with closed captions available.                    

Grundläggande Information om Tillägg

Namn Youtube Caption Search Youtube Caption Search
ID oeefnfbkkmehemndfbkpipoeefbongbc
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-caption-search/oeefnfbkkmehemndfbkpipoeefbongbc
Beskrivning Search for text in youtube videos
Filstorlek 10.13 KB
Antal Installationer 47
Aktuell Version 1.0
Senast Uppdaterad 2018-07-29
Publiceringsdatum 2018-07-29
Utvecklare recurse
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Caption Search",
    "version": "1.0",
    "description": "Search for text in youtube videos",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}