Twitch Clip Downloader 2023
Download Twitch clips in one click! Adds a 'Download' button on all Twitch.tv clip pages.
What is Twitch Clip Downloader 2023?
Twitch Clip Downloader 2023 is a Chrome extension developed by https://clipsey.com, and its main feature is "Download Twitch clips in one click! Adds a 'Download' button on all Twitch.tv clip pages.".
Extension Screenshots
Download Twitch Clip Downloader 2023 Extension CRX File
Download Twitch Clip Downloader 2023 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
Twitch Clip Downloader 2023 is an extension that allows you to download Twitch clips in just one click. It's super simple and easy to use! Want to download your favorite clips to watch offline? Want to make a backup of a clip before it is deleted by the streamer or Twitch? Want to download clips so that you can edit and use them to create a YouTube video? This is exactly why Twitch Clip Downloader 2023 was made! — Features: ⭐ Adds a "Download" buttons to all clips on all Twitch pages On any page on Twitch, if you see a clip listed, there will be a "Download" button added under the title of the clip. Just click on that button and you will be re-directed to Clipsey.com where it will process the clip and get you the download link. ⭐ One-click clip download re-direct If you are watching a clip on Twitch, just click on the extension icon, and you will be re-directed to Clipsey.com where it will process the clip and get you the download link.
Extension Basic Information
Name | Twitch Clip Downloader 2023 |
ID | deopknpmicacphpkjnekiodlocjehohn |
Official URL | https://chromewebstore.google.com/detail/twitch-clip-downloader-20/deopknpmicacphpkjnekiodlocjehohn |
Description | Download Twitch clips in one click! Adds a 'Download' button on all Twitch.tv clip pages. |
File Size | 114 KB |
Installation Count | 5,158 |
Current Version | 1.0.5 |
Last Updated | 2023-09-28 |
Publish Date | 2021-02-23 |
Rating | 3.75/5 Total 8 Ratings |
Developer | https://clipsey.com |
[email protected] | |
Payment Type | free |
Extension Website | https://clipsey.com/ |
Help Page URL | https://clipsey.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Clip Downloader 2023", "description": "Download Twitch clips in one click! Adds a 'Download' button on all Twitch.tv clip pages.", "version": "1.0.5", "browser_action": { "default_icon": ".\/assets\/img\/[email protected]" }, "icons": { "16": ".\/assets\/img\/[email protected]", "32": ".\/assets\/img\/[email protected]", "64": ".\/assets\/img\/[email protected]", "128": ".\/assets\/img\/[email protected]", "256": ".\/assets\/img\/[email protected]", "512": ".\/assets\/img\/[email protected]" }, "content_scripts": [ { "matches": [ "*:\/\/twitch.tv\/*", "*:\/\/clips.twitch.tv\/*", "*:\/\/www.twitch.tv\/*", "*:\/\/www.clips.twitch.tv\/*" ], "js": [ "js\/content_script.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs" ] } |