Twitter Lite Redirector

Redirect to mobile.twitter.com from twitter.com

什么是Twitter Lite Redirector?

Twitter Lite Redirector是由https://1000ch.github.io/twitter-lite-redirector开发的Chrome扩展程序,该扩展的主要功能是“Redirect to mobile.twitter.com from twitter.com”。

扩展截图

screenshot

下载Twitter Lite Redirector扩展crx文件

下载Twitter Lite Redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Redirect to mobile.twitter.com from twitter.com                    

扩展基本信息

名称 Twitter Lite Redirector Twitter Lite Redirector
ID lladjhcgddekbpbcoojbpcifkjhjdnjp
官方URL https://chrome.google.com/webstore/detail/twitter-lite-redirector/lladjhcgddekbpbcoojbpcifkjhjdnjp
简介 Redirect to mobile.twitter.com from twitter.com
文件大小 7.69 KB
安装次数 85
当前版本 0.6.0
更新时间 2018-11-10
上架时间 2018-11-10
评分 4.20/5 共5次评分
开发者 https://1000ch.github.io/twitter-lite-redirector
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Lite Redirector",
    "version": "0.6.0",
    "description": "Redirect to mobile.twitter.com from twitter.com",
    "manifest_version": 2,
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_title": "Twitter Lite Redirector"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/twitter.com\/intent\/*",
                "https:\/\/twitter.com\/share*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "background",
        "storage",
        "https:\/\/twitter.com\/*"
    ],
    "offline_enabled": false
}