Loop That Vid

This extension allows you to play a youtube video or song on an infinite loop

什么是Loop That Vid?

Loop That Vid是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to play a youtube video or song on an infinite loop”。

扩展截图

screenshot

下载Loop That Vid扩展crx文件

下载Loop That Vid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to play a youtube video/song on an infinite loop.

Usage
Go to www.youtube.com and open a video/song of your liking.
Click the 'Loop That Vid' extension button on the top right corner of chrome.

Story
I like to listen to songs on an infinite loop.
I was tired of manually editing urls to loop a song that I wanted to listen to indefinitely.
Hence, LoopThatVid.

What is really happening?
This extension edits your url to direct you to a website which loops your video/song.                    

扩展基本信息

名称 Loop That Vid Loop That Vid
ID adlilnogifgfhgcnigbkbfekcedfajgg
官方URL https://chromewebstore.google.com/detail/loop-that-vid/adlilnogifgfhgcnigbkbfekcedfajgg
简介 This extension allows you to play a youtube video or song on an infinite loop
文件大小 16.49 KB
安装次数 22
当前版本 1.0
更新时间 2015-01-06
上架时间 2015-01-06
评分 4.33/5 共3次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loop That Vid",
    "description": "This extension allows you to play a youtube video or song on an infinite loop",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "mainLogic.js"
        ]
    }
}