Share on Twitter
Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
What is Share on Twitter?
Share on Twitter is a Chrome extension developed by http://mustafa.io, and its main feature is "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.".
Extension Screenshots
Download Share on Twitter Extension CRX File
Download Share on Twitter 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
Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.
Extension Basic Information
Name | |
ID | ccnepoheeddldggdgihffmglfjpojggh |
Official URL | https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh |
Description | Strips Youtube, Vimeo and SoundCloud links for Twitter sharing. |
File Size | 10.19 KB |
Installation Count | 21 |
Current Version | 0.9.1 |
Last Updated | 2014-11-30 |
Publish Date | 2014-11-30 |
Rating | 4.50/5 Total 2 Ratings |
Developer | http://mustafa.io |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/twitter.com\/intent\/tweet*" ], "run_at": "document_end" } ], "description": "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.", "icons": { "128": "twShare_128x128.png", "48": "twshare-48x48.png" }, "manifest_version": 2, "name": "Share on Twitter", "permissions": [ "activeTab" ], "short_name": "twShare", "version": "0.9.1", "author": "@5yx", "homepage_url": "https:\/\/twitter.com\/5yx" } |