Moments <> Notifications
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Что такое Moments <> Notifications?
Moments <> Notifications - это расширение Chrome, разработанное cullenbmacdonald, и его основная функция - "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".
Снимки экрана расширения
Скачать файл CRX расширения Moments <> Notifications
Скачайте файлы расширений Moments <> Notifications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Основная информация о расширении
Название | Moments <> Notifications |
ID | ccdkcbjfcfkiegpacpmneajglhohnfok |
Официальный URL | https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok |
Описание | Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back. |
Размер файла | 600 KB |
Количество установок | 134 |
Текущая Версия | 0.3 |
Последнее Обновление | 2015-12-05 |
Дата публикации | 2015-12-04 |
Рейтинг | 4.44/5 Всего 9 оценок |
Разработчик | cullenbmacdonald |
Тип оплаты | free |
Официальный сайт расширения | http://cullen.website |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moments <> Notifications", "version": "0.3", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.twitter.com\/*" ], "js": [ "content.js" ] } ] } |