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
官方網址 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"
}