LinkedIn Dark Themes
A browser extension for LinkedIn users who prefer darker colors
What is LinkedIn Dark Themes?
LinkedIn Dark Themes is a Chrome extension developed by http://racy.tech, and its main feature is "A browser extension for LinkedIn users who prefer darker colors".
Extension Screenshots
Download LinkedIn Dark Themes Extension CRX File
Download LinkedIn Dark Themes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
LinkedIn Dark Themes provides 3 dark themes "dark-gray", "mauve" and "camo" for users choice. It not just saves eyes from bright screen, but also brings color diversity.
Extension Basic Information
Name | |
ID | pemgipcdnnddmoenjdcjanlgdefnhclg |
Official URL | https://chrome.google.com/webstore/detail/linkedin-dark-themes/pemgipcdnnddmoenjdcjanlgdefnhclg |
Description | A browser extension for LinkedIn users who prefer darker colors |
File Size | 48.1 KB |
Installation Count | 655 |
Current Version | 1.2 |
Last Updated | 2021-02-17 |
Publish Date | 2021-01-20 |
Rating | 3.67/5 Total 3 Ratings |
Developer | http://racy.tech |
[email protected] | |
Payment Type | free |
Extension Website | https://racy.tech |
Supported Languages | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Dark Themes", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.2", "author": "Kairat Abylkasymov", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/www.linkedin.com\/*" ], "exclude_matches": [ "*:\/\/www.linkedin.com\/accessibility\/*", "*:\/\/www.linkedin.com\/help\/*", "*:\/\/www.linkedin.com\/legal\/*", "*:\/\/www.linkedin.com\/talent\/*", "*:\/\/www.linkedin.com\/uas\/*", "*:\/\/www.linkedin.com\/home\/*", "*:\/\/www.linkedin.com\/signup\/*", "*:\/\/www.linkedin.com\/login*", "*:\/\/www.linkedin.com\/payments\/*", "*:\/\/www.linkedin.com\/psettings\/*", "*:\/\/www.linkedin.com\/premium\/cancel\/*", "*:\/\/www.linkedin.com\/salary\/*" ], "js": [ ".\/content_scripts\/index.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup\/index.html" }, "icons": { "16": "\/icons\/linkedin_themes16.png", "32": "\/icons\/linkedin_themes32.png", "48": "\/icons\/linkedin_themes48.png", "128": "\/icons\/linkedin_themes128.png" } } |