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
官方網址 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"
        ]
    }
}