TubeFinder

Find youtube videos and play them directly.

TubeFinder क्या है?

TubeFinder masiar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find youtube videos and play them directly."।

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम TubeFinder TubeFinder
ID aaifglbficdemcmeoloongneifnnglck
आधिकारिक URL https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck
विवरण Find youtube videos and play them directly.
फ़ाइल का आकार 120 KB
स्थापना संख्या 234
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-11-20
प्रकाशन तिथि 2014-11-20
रेटिंग 2.33/5 कुल 6 रेटिंग्स
डेवलपर masiar
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}