Simplify Twitter Web UI

Simplify the new Twitter Web UI

Simplify Twitter Web UIとは何ですか?

Simplify Twitter Web UIはlukeedによって開発されたChromeの拡張機能で、その主な機能は「Simplify the new Twitter Web UI」です。

拡張機能のスクリーンショット

screenshot

Simplify Twitter Web UI拡張機能のCRXファイルをダウンロード

Simplify Twitter Web UI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        **Why?**

- I don't like 3-column layouts (too busy)
- Hide "Trending For you" stuff – usually in the right sidebar
- Attempt to hide "Promoted Tweets" – currently works, but don't count on it

See the website for more info.                    

拡張機能の基本情報

名前 Simplify Twitter Web UI Simplify Twitter Web UI
ID pobjlebhmdjbgfjhfdhblilmpjkegbfd
公式URL https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd
説明 Simplify the new Twitter Web UI
ファイルサイズ 10.53 KB
インストール数 383
現在のバージョン 2.0.0
最終更新日 2019-06-29
公開日 2019-06-29
評価 5.00/5 合計 2 レビュー
開発者 lukeed
支払い方法 free
拡張機能のウェブサイト https://github.com/lukeed/twitter-simple-extension
ヘルプページのURL https://github.com/lukeed/twitter-simple-extension/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify Twitter Web UI",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Simplify the new Twitter Web UI",
    "homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension",
    "icons": {
        "128": "128x128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*\/twitter.com\/*"
            ],
            "js": [
                "index.min.js"
            ]
        }
    ]
}