Bread
Easy video downloading!
What is Bread?
Bread is a Chrome extension developed by Mickman, and its main feature is "Easy video downloading!".
Extension Screenshots
Download Bread Extension CRX File
Download Bread 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
Download online resources and assets from an extension! No more searching "_____ Video Downloader". Just click the bread icon to start downloading! *Currently downloads Twitter and Reddit videos with more coming soon.* To download Twitter or Reddit videos, open the post you want to download, and click the bread icon.
Extension Basic Information
Name | Bread |
ID | dhkpcdfpmnnlnahdoopnipdckmgnbhic |
Official URL | https://chromewebstore.google.com/detail/bread/dhkpcdfpmnnlnahdoopnipdckmgnbhic |
Description | Easy video downloading! |
File Size | 9.96 KB |
Installation Count | 171 |
Current Version | 1.2 |
Last Updated | 2022-04-21 |
Publish Date | 2021-08-11 |
Developer | Mickman |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bread", "description": "Easy video downloading!", "version": "1.2", "action": { "default_icon": { "16": ".\/assets\/icon.png", "32": ".\/assets\/icon.png" }, "default_popup": "popup.html" }, "icons": { "16": ".\/assets\/icon.png", "32": ".\/assets\/icon.png", "48": ".\/assets\/icon.png", "128": ".\/assets\/icon.png" }, "permissions": [ "activeTab", "downloads" ] } |