Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Что такое Google Inbox Discord Skin?
Google Inbox Discord Skin - это расширение Chrome, разработанное Spoon, и его основная функция - "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.".
Снимки экрана расширения
Скачать файл CRX расширения Google Inbox Discord Skin
Скачайте файлы расширений Google Inbox Discord Skin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
Основная информация о расширении
Название | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
Официальный URL | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
Описание | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
Размер файла | 31.44 KB |
Количество установок | 435 |
Текущая Версия | 1.1 |
Последнее Обновление | 2016-06-05 |
Дата публикации | 2016-06-05 |
Рейтинг | 2.21/5 Всего 33 оценок |
Разработчик | Spoon |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "discordInbox.user.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.", "name": "Google Inbox Discord Skin", "short_name": "Discord Inbox", "version": "1.1", "icons": { "16": "discord-inbox-16.png", "32": "discord-inbox-32.png", "64": "discord-inbox-64.png", "128": "discord-inbox-128.png" } } |