Looper

Loop your favorite youtube music!

什麼是Looper?

Looper是由https://www.looper.mzf.cz開發的Chrome擴展程式,該擴展的主要功能是“Loop your favorite youtube music!”。

擴展截圖

screenshot

下載Looper擴展crx文件

下載Looper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you have that song you have to listen all the time but you dont want to click on the playbutton every time ? Well now here is your solution ! With this you can listen to your favorite music 24/7 !                    

擴展基本資訊

名稱 Looper Looper
ID dkhbillepflnnigmailedlidoefkofmg
官方網址 https://chromewebstore.google.com/detail/looper/dkhbillepflnnigmailedlidoefkofmg
簡介 Loop your favorite youtube music!
檔案大小 5.44 KB
安裝次數 25
目前版本 1.0
更新時間 2015-11-15
上架時間 2015-11-15
開發者 https://www.looper.mzf.cz
付費類型 free
擴展官網 http://www.looper.mzf.cz/
支援的語言 cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Looper",
    "description": "Loop your favorite youtube music!",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Loop it!",
        "default_icon": "loop.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}