Twitter Expander
This is extension will save you a click by displaying full images on your timeline ;)
Что такое Twitter Expander?
Twitter Expander - это расширение Chrome, разработанное http://rafaramos.com, и его основная функция - "This is extension will save you a click by displaying full images on your timeline ;)".
Скачать файл CRX расширения Twitter Expander
Скачайте файлы расширений Twitter Expander в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.
Основная информация о расширении
Название | |
ID | hnfgjkfjmabokfhlkifalplleeanacjp |
Официальный URL | https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp |
Описание | This is extension will save you a click by displaying full images on your timeline ;) |
Размер файла | 26.18 KB |
Количество установок | 17 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-06-25 |
Дата публикации | 2014-06-25 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | http://rafaramos.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Expander", "version": "1.0", "description": "This is extension will save you a click by displaying full images on your timeline ;)", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "js\/content-script.js" ], "css": [ "twitter.css" ] } ], "permissions": [ "tabs", "https:\/\/twitter.com\/*" ] } |