Share on Twitter
Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
Hvad er Share on Twitter?
Share on Twitter er en Chrome-udvidelse udviklet af http://mustafa.io, og dens hovedfunktion er "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.".
Udvidelsesskærmbilleder
Download Share on Twitter-udvidelses-CRX-fil
Download Share on Twitter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ccnepoheeddldggdgihffmglfjpojggh |
Officiel URL | https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh |
Beskrivelse | Strips Youtube, Vimeo and SoundCloud links for Twitter sharing. |
Filstørrelse | 10.19 KB |
Antal Installationer | 21 |
Nuværende Version | 0.9.1 |
Senest Opdateret | 2014-11-30 |
Udgivelsesdato | 2014-11-30 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | http://mustafa.io |
Betalingsmetode | free |
Understøttede Sprog | 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" } |