BehindTheLogs_VIDEOSYOUT

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

BehindTheLogs_VIDEOSYOUT là gì?

BehindTheLogs_VIDEOSYOUT là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "I was tired to open a new youtube tab to find a song when I'm already listen one".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BehindTheLogs_VIDEOSYOUT

Tải xuống các tệp mở rộng BehindTheLogs_VIDEOSYOUT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BehindTheLogs_VIDEOSYOUT BehindTheLogs_VIDEOSYOUT
ID nejcbljpmooebmhacnadlbcfphgbhcff
URL Chính Thức https://chromewebstore.google.com/detail/behindthelogsvideosyout/nejcbljpmooebmhacnadlbcfphgbhcff
Mô tả I was tired to open a new youtube tab to find a song when I'm already listen one
Kích Thước Tệp 1008 KB
Số Lần Cài Đặt 434
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-08-03
Ngày Phát Hành 2016-08-02
Đánh Giá 1.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://www.behindthelogs.com
URL Trang Trợ Giúp https://www.behindthelogs.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}