Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Apa itu Google Inbox Discord Skin?
Google Inbox Discord Skin adalah ekstensi Chrome yang dikembangkan oleh Spoon, dan fitur utamanya adalah "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Inbox Discord Skin
Unduh file ekstensi Google Inbox Discord Skin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
Informasi Dasar Ekstensi
Nama | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
URL Resmi | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
Deskripsi | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
Ukuran File | 31.44 KB |
Jumlah Instalasi | 435 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-06-05 |
Tanggal Publikasi | 2016-06-05 |
Penilaian | 2.21/5 Total 33 Penilaian |
Pengembang | Spoon |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |