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"
}