Share on Twitter
Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
Co to jest Share on Twitter?
Share on Twitter to rozszerzenie Chrome opracowane przez http://mustafa.io, a jego główną funkcją jest „Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Share on Twitter
Pobierz pliki rozszerzeń Share on Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ccnepoheeddldggdgihffmglfjpojggh |
Oficjalny URL | https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh |
Opis | Strips Youtube, Vimeo and SoundCloud links for Twitter sharing. |
Rozmiar pliku | 10.19 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 0.9.1 |
Ostatnia Aktualizacja | 2014-11-30 |
Data Publikacji | 2014-11-30 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | http://mustafa.io |
Typ Płatności | free |
Obsługiwane Języki | 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" } |