Chromission
Chrome Transmission interative extension to add access and control torrents with Chrome.
What is Chromission?
Chromission is a Chrome extension developed by Augusto Campos, and its main feature is "Chrome Transmission interative extension to add access and control torrents with Chrome.".
Extension Screenshots
Download Chromission Extension CRX File
Download Chromission 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 allows you to send torrent files from your browser to your remote or local transmission,via RPC. Allow to sent links, magnetic links, .torrent files, via right click and select Chomission download option.
Extension Basic Information
Name | Chromission |
ID | membgagkkllkajoamilbhbiljepakdmn |
Official URL | https://chromewebstore.google.com/detail/chromission/membgagkkllkajoamilbhbiljepakdmn |
Description | Chrome Transmission interative extension to add access and control torrents with Chrome. |
File Size | 117 KB |
Installation Count | 383 |
Current Version | 1.0.4 |
Last Updated | 2014-03-05 |
Publish Date | 2014-03-04 |
Rating | 4.29/5 Total 7 Ratings |
Developer | Augusto Campos |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromission", "description": "Chrome Transmission interative extension to add access and control torrents with Chrome.", "version": "1.0.4", "icons": { "128": "img\/icon-large.png", "16": "img\/icon-bitty.png", "48": "img\/icon-small.png" }, "permissions": [ "contextMenus", "notifications", "http:\/\/*\/" ], "background": { "page": "html\/background.html" }, "browser_action": { "default_icon": "img\/icon-bitty.png", "default_popup": "html\/list.html", "default_title": "Chromission" }, "options_page": "html\/options.html", "web_accessible_resources": [ "img\/icon-small.png" ] } |