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 هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "I was tired to open a new youtube tab to find a song when I'm already listen one".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BehindTheLogs_VIDEOSYOUT

قم بتنزيل ملفات الامتداد BehindTheLogs_VIDEOSYOUT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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\/*"
    ]
}