Listen On Repeat
Turn a YouTube link to a ListenOnRepeat Extension
What is Listen On Repeat?
Listen On Repeat is a Chrome extension developed by tanvi.surti, and its main feature is "Turn a YouTube link to a ListenOnRepeat Extension".
Extension Screenshots
Download Listen On Repeat Extension CRX File
Download Listen On Repeat 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
Play any YouTube video in an infinite loop with a simply button click.
Extension Basic Information
Name | Listen On Repeat |
ID | iconpehegdmhfpmfnckoaljkiicmpgce |
Official URL | https://chromewebstore.google.com/detail/listen-on-repeat/iconpehegdmhfpmfnckoaljkiicmpgce |
Description | Turn a YouTube link to a ListenOnRepeat Extension |
File Size | 23.11 KB |
Installation Count | 175 |
Current Version | 1.0 |
Last Updated | 2014-05-30 |
Publish Date | 2014-05-30 |
Developer | tanvi.surti |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Listen On Repeat", "version": "1.0", "manifest_version": 2, "icons": { "128": "128.png" }, "description": "Turn a YouTube link to a ListenOnRepeat Extension", "page_action": { "default_icon": "button.png", "default_title": "ListenOnRepeat" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "webNavigation" ] } |