Messenger - Theme Selector
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!
Cos'è Messenger - Theme Selector?
Messenger - Theme Selector è un'estensione di Chrome sviluppata da https://morningtrain.dk, e la sua funzione principale è "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Messenger - Theme Selector
Scarica i file di estensione Messenger - Theme Selector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! Messenger’s default colors are very bright - especially in the night. Therefore, most of our themes have dark colors to help you and your eyes. The dark colors can help with eyestrain and headaches caused by the light of the monitor.
Informazioni di Base sull'Estensione
Nome | Messenger - Theme Selector |
ID | cghmigojnbaajmeigfphpaiepjjhcbpe |
URL Ufficiale | https://chromewebstore.google.com/detail/messenger-theme-selector/cghmigojnbaajmeigfphpaiepjjhcbpe |
Descrizione | A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! |
Dimensione del File | 85.11 KB |
Conteggio Installazioni | 1,196 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2019-10-11 |
Data di Pubblicazione | 2019-10-11 |
Valutazione | 3.40/5 Totale 55 Valutazioni |
Sviluppatore | https://morningtrain.dk |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://morningtrain.dk/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger - Theme Selector", "version": "1.6", "manifest_version": 2, "description": "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!", "homepage_url": "https:\/\/morningtrain.dk", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/Aj2Yt8zGd_T.png" ] } |