MultiRow TweetDeck

MultiRow TweetDeck extends your TweetDeck layout with customizable rows.

What is MultiRow TweetDeck?

MultiRow TweetDeck is a Chrome extension developed by https://multirow.page, and its main feature is "MultiRow TweetDeck extends your TweetDeck layout with customizable rows.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download MultiRow TweetDeck Extension CRX File

Download MultiRow TweetDeck 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

                        MultiRow TweetDeck serves layout configurations for:
- column (width, height and divisions in each)
- gap between columns
- header (height)
- drawer (width)

Go https://multirow.page/ and try your custom layout!                    

Extension Basic Information

Name MultiRow TweetDeck MultiRow TweetDeck
ID cjlaagghmikageagedknpkmapcjodnno
Official URL https://chromewebstore.google.com/detail/multirow-tweetdeck/cjlaagghmikageagedknpkmapcjodnno
Description MultiRow TweetDeck extends your TweetDeck layout with customizable rows.
File Size 83.67 KB
Installation Count 4,690
Current Version 3.1.2
Last Updated 2020-03-31
Publish Date 2020-03-31
Rating 3.69/5 Total 13 Ratings
Developer https://multirow.page
Email [email protected]
Payment Type free
Extension Website https://multirow.page
Help Page URL https://twitter.com/whatasoda
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi\/RbEi+P4lE23YlS\/8Xecyly5SV2HFAbrObPQkHFJ4C1wmh4nFPh66qc4nPlOVfwxdWTbuDZwkJKvMgxrmXMOfk0+TpCH8gUC6qTmWsqtfNCmjRT1uyt2wP2Czt8RNNERRvcLWpwCzztF2DiO3mVK0tR2V2vYDWadNqhrmDq3UNkWn6x86tWPzsifYU7R5HgBaUc76Fujofyt5g9PedWqHBsBEousP608H4zQvsEPPFI\/kQrBJacpzrCDOyXQtLLLnPxZ3aJp5n4Ff\/AVeAPg5LYsDBIJuBnpeHsFQP5qrAI5DdIcxIcbRJO0YQgUUQALoLRc72kg8bW4usbaUypRQIDAQAB",
    "author": "whatasoda [email protected]",
    "version": "3.1.2",
    "name": "MultiRow TweetDeck",
    "homepage_url": "https:\/\/multirow.page\/",
    "default_locale": "en",
    "description": "__MSG_description__",
    "minimum_chrome_version": "60",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "com.twitter.tweetdeck.js"
            ]
        },
        {
            "matches": [
                "https:\/\/multirow.page\/*"
            ],
            "js": [
                "page.multirow.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/multirow.page\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/multirow.page\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{3aa20e02-b45e-4d90-989a-8999e9ca4633}"
        }
    }
}