BehindTheLogs_VIDEOSYOUT

I was tired to open a new youtube tab to find a song when I'm already listen one

BehindTheLogs_VIDEOSYOUT क्या है?

BehindTheLogs_VIDEOSYOUT Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "I was tired to open a new youtube tab to find a song when I'm already listen one"।

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

screenshot

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

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

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

                        This extension allows users to search videos on Youtube from any website, open a new tab to watch the video or go to a tool for recording (Yout).

Why?. By simple annoyance, I was tired of having to find videos of youtube and redirect the whole page every time I wanted to see a new video or every time I wanted to record them in MP3 or MP4 format.

Just do that ?. Yes, the goal was not to make something complex; I was just fun developing it.                    

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

नाम BehindTheLogs_VIDEOSYOUT BehindTheLogs_VIDEOSYOUT
ID nejcbljpmooebmhacnadlbcfphgbhcff
आधिकारिक URL https://chromewebstore.google.com/detail/behindthelogsvideosyout/nejcbljpmooebmhacnadlbcfphgbhcff
विवरण I was tired to open a new youtube tab to find a song when I'm already listen one
फ़ाइल का आकार 1008 KB
स्थापना संख्या 434
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-08-03
प्रकाशन तिथि 2016-08-02
रेटिंग 1.00/5 कुल 7 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.behindthelogs.com
सहायता पृष्ठ URL https://www.behindthelogs.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BehindTheLogs_VIDEOSYOUT",
    "description": "I was tired to open a new youtube tab to find a song when I'm already listen one",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Find Youtube Videos",
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.googleapis.com\/*"
    ]
}