TubeFinder

Find youtube videos and play them directly.

Vad är TubeFinder?

TubeFinder är en Chrome-tillägg utvecklad av masiar, och dess huvudfunktion är "Find youtube videos and play them directly.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner TubeFinder-förlängningens CRX-fil

Ladda ner TubeFinder-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

                        This app lets you search for YouTube videos without the need of opening a new tab and navigating to the YouTube website. It displays the first 5 results of the YouTube search and by clicking on one of them a new tab is opened and the video played. Avid YouTube users will find this app useful as they will not need to open a new tab and search on YouTube for videos they want to see or songs they want to listen.                    

Grundläggande Information om Tillägg

Namn TubeFinder TubeFinder
ID aaifglbficdemcmeoloongneifnnglck
Officiell webbadress https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck
Beskrivning Find youtube videos and play them directly.
Filstorlek 120 KB
Antal Installationer 234
Aktuell Version 0.1
Senast Uppdaterad 2014-11-20
Publiceringsdatum 2014-11-20
Betyg 2.33/5 Totalt 6 Betyg
Utvecklare masiar
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TubeFinder",
    "description": "Find youtube videos and play them directly.",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}