Twean

Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules.

Tweanとは何ですか?

Tweanはhttp://www.tekool.netによって開発されたChromeの拡張機能で、その主な機能は「Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules.」です。

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

screenshot
screenshot

Twean拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Optionnaly hide from the timeline:
- images from tweets (you can still click on the tweet to open it).
- videos from tweets (you can still click on the tweet to play it).
- promoted (promoted tweets pushed by Twitter can be hidden).
- liked tweets (tweets liked by the users you follow can be hidden).

Optionnaly hide from the main dashboard:
- «Who To Follow» module.
- «Trends» module.
- «Video Live» module.                    

拡張機能の基本情報

名前 Twean Twean
ID mgdbopghpkjmgnhjfdnfeihnjgndjnbp
公式URL https://chrome.google.com/webstore/detail/twean/mgdbopghpkjmgnhjfdnfeihnjgndjnbp
説明 Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules.
ファイルサイズ 19.66 KB
インストール数 690
現在のバージョン 1.10.0
最終更新日 2017-09-03
公開日 2017-09-03
評価 4.05/5 合計 40 レビュー
開発者 http://www.tekool.net
支払い方法 free
拡張機能のウェブサイト https://github.com/tekool/twean
ヘルプページのURL http://www.tekool.net/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twean",
    "short_name": "Twean",
    "version": "1.10.0",
    "description": "Can hide images, videos, promoted or liked tweets from Twitter timeline. But also \u00abWho To Follow\u00bb, \u00abTrends\u00bb, \u00abVideo Live\u00bb modules.",
    "author": "Tekool - www.tekool.net",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/twean\/mgdbopghpkjmgnhjfdnfeihnjgndjnbp",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/twitter.com\/settings\/*"
            ],
            "js": [
                "page.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "19": "icon\/icon19.png",
        "38": "icon\/icon38.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "page_action": {
        "default_title": "Twean",
        "default_icon": {
            "19": "icon\/icon19.png",
            "38": "icon\/icon38.png",
            "48": "icon\/icon48.png",
            "128": "icon\/icon128.png"
        },
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}