ModernDeck - Twitter Client for Desktop
The most powerful Twitter client for desktop.
What is ModernDeck - Twitter Client for Desktop?
ModernDeck - Twitter Client for Desktop is a Chrome extension developed by https://moderndeck.org, and its main feature is "The most powerful Twitter client for desktop.".
Extension Screenshots
Download ModernDeck - Twitter Client for Desktop Extension CRX File
Download ModernDeck - Twitter Client for Desktop 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
ModernDeck is a TweetDeck-based Twitter client with a beautiful, Material Design-inspired interface. It combines the power of TweetDeck with the ease-of-use you expect from a Twitter client.
You can customize how ModernDeck looks and acts to make it your own, including:
-Size of columns and text
-Fonts
-Themes, including alternate color schemes
-Size and shape of profile pictures
And much more
ModernDeck is available in several languages, and is also available for other platforms at https://moderndeck.org/download Extension Basic Information
| Name | |
| ID | pbpfgdgddpnbjcbpofmdanfbbigocklj |
| Official URL | https://chromewebstore.google.com/detail/moderndeck-twitter-client/pbpfgdgddpnbjcbpofmdanfbbigocklj |
| Description | The most powerful Twitter client for desktop. |
| File Size | 35.46 MB |
| Installation Count | 9,619 |
| Current Version | 10.0.0.1 |
| Last Updated | 2023-09-05 |
| Publish Date | 2020-06-18 |
| Rating | 4.34/5 Total 142 Ratings |
| Developer | https://moderndeck.org |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://moderndeck.org/ |
| Help Page URL | https://twitter.com/ModernDeck |
| Supported Languages | de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,hr,it,hu,pl,pt-BR,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"short_name": "ModernDeck",
"description": "__MSG_description__",
"author": "dangered wolf",
"version": "10.0.0.1",
"default_locale": "en",
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/tweetdeck.twitter.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "moderndeck_dnr",
"enabled": true,
"path": "extension\/dnr_rules.json"
}
]
},
"content_scripts": [
{
"matches": [
"https:\/\/tweetdeck.twitter.com\/*"
],
"js": [
"extension\/content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "ModernDeck16.png",
"24": "ModernDeck24.png",
"32": "ModernDeck32.png",
"48": "ModernDeck48.png",
"64": "ModernDeck64.png",
"128": "ModernDeck128.png",
"150": "ModernDeck150.png"
},
"web_accessible_resources": [
{
"resources": [
"assets",
"assets\/*",
"assets\/css\/*",
"assets\/js\/*",
"assets\/fonts\/*",
"assets\/libraries\/*",
"assets\/img\/*"
],
"matches": [
"https:\/\/tweetdeck.twitter.com\/*"
]
}
],
"action": {
"default_icon": "ModernDeck64.png",
"default_popup": "extension\/popover.html",
"default_title": "__MSG_launch__"
},
"browser_specific_settings": {
"gecko": {
"id": "{d161e212-26d7-4a57-8fb8-3eb69c5b1a0b}",
"strict_min_version": "109.0"
}
},
"manifest_version": 3
} | |