Twitter Trends
Provides Twitter Trend Topic instant lists on a global and local basis. Powered by twitter-trending.com.
Что такое Twitter Trends?
Twitter Trends - это расширение Chrome, разработанное https://www.twitter-trending.com, и его основная функция - "Provides Twitter Trend Topic instant lists on a global and local basis. Powered by twitter-trending.com.".
Снимки экрана расширения
Скачать файл CRX расширения Twitter Trends
Скачайте файлы расширений Twitter Trends в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shows the Twitter Trending Topic list of the world or a country you choose.
Основная информация о расширении
Название | Twitter Trends |
ID | akmmdljmfnkkamnfjkfmclbkhobckpam |
Официальный URL | https://chromewebstore.google.com/detail/twitter-trends/akmmdljmfnkkamnfjkfmclbkhobckpam |
Описание | Provides Twitter Trend Topic instant lists on a global and local basis. Powered by twitter-trending.com. |
Размер файла | 46.64 KB |
Количество установок | 168 |
Текущая Версия | 1.5 |
Последнее Обновление | 2023-05-07 |
Дата публикации | 2020-10-08 |
Разработчик | https://www.twitter-trending.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "img\/ico-logo128.png" }, "default_popup": "index.html", "default_title": "Twitter Trends" }, "description": "Provides Twitter Trend Topic instant lists on a global and local basis. Powered by twitter-trending.com.", "icons": { "128": "img\/ico-logo128.png", "16": "img\/ico-logo16.png", "48": "img\/ico-logo48.png" }, "manifest_version": 3, "name": "Twitter Trends", "permissions": [ "storage" ], "short_name": "Twitter Trends", "version": "1.5" } |