Share on Twitter
Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
Wat is Share on Twitter?
Share on Twitter is een Chrome-extensie ontwikkeld door http://mustafa.io, en de belangrijkste functie is "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Share on Twitter
Download Share on Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.
Basisinformatie over de Extensie
Naam | |
ID | ccnepoheeddldggdgihffmglfjpojggh |
Officiële URL | https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh |
Beschrijving | Strips Youtube, Vimeo and SoundCloud links for Twitter sharing. |
Bestandsgrootte | 10.19 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.9.1 |
Laatst Bijgewerkt | 2014-11-30 |
Publicatiedatum | 2014-11-30 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://mustafa.io |
Betalingswijze | free |
Ondersteunde Talen | 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" } |