Looper

Loop your favorite youtube music!

What is Looper?

Looper is a Chrome extension developed by https://www.looper.mzf.cz, and its main feature is "Loop your favorite youtube music!".

Extension Screenshots

screenshot

Download Looper Extension CRX File

Download Looper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name Looper Looper
ID dkhbillepflnnigmailedlidoefkofmg
Official URL https://chromewebstore.google.com/detail/looper/dkhbillepflnnigmailedlidoefkofmg
Description Loop your favorite youtube music!
File Size 5.44 KB
Installation Count 25
Current Version 1.0
Last Updated 2015-11-15
Publish Date 2015-11-15
Developer https://www.looper.mzf.cz
Payment Type free
Extension Website http://www.looper.mzf.cz/
Supported Languages 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"
        ]
    }
}