Twitter Star

Return of the Twitter Tweet Star

什么是Twitter Star?

Twitter Star是由https://racecore.de开发的Chrome扩展程序,该扩展的主要功能是“Return of the Twitter Tweet Star”。

下载Twitter Star扩展crx文件

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

扩展使用说明

                        Display the Twitter Star Icon for Tweets instead of the new Heart Icon                    

扩展基本信息

名称 Twitter Star Twitter Star
ID ejlhemceoomndpmpphfflhllfeedppdh
官方URL https://chromewebstore.google.com/detail/twitter-star/ejlhemceoomndpmpphfflhllfeedppdh
简介 Return of the Twitter Tweet Star
文件大小 10.67 KB
安装次数 85
当前版本 0.0.2
更新时间 2015-11-06
上架时间 2015-11-06
评分 4.29/5 共7次评分
开发者 https://racecore.de
付费类型 free
扩展官网 https://github.com/ins0/chrome-twitter-star
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Star",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Return of the Twitter Tweet Star",
    "homepage_url": "https:\/\/github.com\/ins0\/chrome-twitter-star",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/twitter-star.css"
            ]
        }
    ]
}