Share on Twitter
Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
Cos'è Share on Twitter?
Share on Twitter è un'estensione di Chrome sviluppata da http://mustafa.io, e la sua funzione principale è "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share on Twitter
Scarica i file di estensione Share on Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.
Informazioni di Base sull'Estensione
Nome | |
ID | ccnepoheeddldggdgihffmglfjpojggh |
URL Ufficiale | https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh |
Descrizione | Strips Youtube, Vimeo and SoundCloud links for Twitter sharing. |
Dimensione del File | 10.19 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.9.1 |
Ultimo Aggiornamento | 2014-11-30 |
Data di Pubblicazione | 2014-11-30 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | http://mustafa.io |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |