Share on Twitter
Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
Что такое Share on Twitter?
Share on Twitter - это расширение Chrome, разработанное http://mustafa.io, и его основная функция - "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.".
Снимки экрана расширения
Скачать файл CRX расширения Share on Twitter
Скачайте файлы расширений Share on Twitter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.
Основная информация о расширении
Название | |
ID | ccnepoheeddldggdgihffmglfjpojggh |
Официальный URL | https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh |
Описание | Strips Youtube, Vimeo and SoundCloud links for Twitter sharing. |
Размер файла | 10.19 KB |
Количество установок | 21 |
Текущая Версия | 0.9.1 |
Последнее Обновление | 2014-11-30 |
Дата публикации | 2014-11-30 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | http://mustafa.io |
Тип оплаты | free |
Поддерживаемые языки | 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" } |