Twitter Wide and Clear
Wide and Clear theme for Twitter website.
Что такое Twitter Wide and Clear?
Twitter Wide and Clear - это расширение Chrome, разработанное https://www.arundavid.com, и его основная функция - "Wide and Clear theme for Twitter website.".
Снимки экрана расширения
Скачать файл CRX расширения Twitter Wide and Clear
Скачайте файлы расширений Twitter Wide and Clear в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension makes twitter website to full width of the browser and removes the image/video/media preview from the timeline to increase the focus on content without distraction. Основная информация о расширении
| Название | |
| ID | blbmlgjoglkgoejpipkbhnbggoegkkmm |
| Официальный URL | https://chromewebstore.google.com/detail/twitter-wide-and-clear/blbmlgjoglkgoejpipkbhnbggoegkkmm |
| Описание | Wide and Clear theme for Twitter website. |
| Размер файла | 58.29 KB |
| Количество установок | 40 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2015-06-30 |
| Дата публикации | 2015-06-30 |
| Рейтинг | 1.00/5 Всего 1 оценок |
| Разработчик | https://www.arundavid.com |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter Wide and Clear",
"version": "1.0",
"manifest_version": 2,
"description": "Wide and Clear theme for Twitter website.",
"content_scripts": [
{
"matches": [
"*:\/\/twitter.com\/*"
],
"js": [
"jquery-1.7.2.min.js",
"onload.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"*:\/\/twitter.com\/*"
]
} | |