BehindTheLogs_VIDEOSYOUT

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

Apa itu BehindTheLogs_VIDEOSYOUT?

BehindTheLogs_VIDEOSYOUT adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "I was tired to open a new youtube tab to find a song when I'm already listen one".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BehindTheLogs_VIDEOSYOUT

Unduh file ekstensi BehindTheLogs_VIDEOSYOUT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BehindTheLogs_VIDEOSYOUT BehindTheLogs_VIDEOSYOUT
ID nejcbljpmooebmhacnadlbcfphgbhcff
URL Resmi https://chromewebstore.google.com/detail/behindthelogsvideosyout/nejcbljpmooebmhacnadlbcfphgbhcff
Deskripsi I was tired to open a new youtube tab to find a song when I'm already listen one
Ukuran File 1008 KB
Jumlah Instalasi 434
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-08-03
Tanggal Publikasi 2016-08-02
Penilaian 1.00/5 Total 7 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://www.behindthelogs.com
URL Halaman Bantuan https://www.behindthelogs.com
Bahasa yang Didukung 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\/*"
    ]
}