YouTube Auto Reply
Extension For auto-repeat Youtube Videos.
What is YouTube Auto Reply?
YouTube Auto Reply is a Chrome extension developed by Unknown, and its main feature is "Extension For auto-repeat Youtube Videos.".
Extension Screenshots
Download YouTube Auto Reply Extension CRX File
Download YouTube Auto Reply 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
This Extension plays YouTube videos repeatedly. Not only YouTube videos, but also YouTube videos linked to other sites can be played repeatedly. A button is added to the bottom right of the video.
Extension Basic Information
Name | YouTube Auto Reply |
ID | kfkkmpmfofgkfnpiaepanikkeoelnbbf |
Official URL | https://chromewebstore.google.com/detail/youtube-auto-reply/kfkkmpmfofgkfnpiaepanikkeoelnbbf |
Description | Extension For auto-repeat Youtube Videos. |
File Size | 37.34 KB |
Installation Count | 515 |
Current Version | 1.0.1 |
Last Updated | 2020-03-27 |
Publish Date | 2020-03-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "32": "images\/icon-32.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "scripts\/repeat.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/repeat.png", "images\/repeat-active.png" ] } |