Twitter Stars
Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
什么是Twitter Stars?
Twitter Stars是由Kieran Uddin开发的Chrome扩展程序,该扩展的主要功能是“Changes the new Twitter 'Like' heart back to the original 'Favorite' star!”。
扩展截图
下载Twitter Stars扩展crx文件
下载Twitter Stars扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Don't like the new Twitter "Like" button? Install this Chrome extension today and change that pesky heart icon back to the original star! v1.7.3 Changelog - Fixed likes not being changed to favourites on certain pages. - Minor styling fixes.
扩展基本信息
名称 | Twitter Stars |
ID | nbaegdkhokgebjcjjpjliefppcaalcea |
官方URL | https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea |
简介 | Changes the new Twitter 'Like' heart back to the original 'Favorite' star! |
文件大小 | 77.15 KB |
安装次数 | 63 |
当前版本 | 1.7.3 |
更新时间 | 2016-08-31 |
上架时间 | 2016-08-31 |
评分 | 4.15/5 共13次评分 |
开发者 | Kieran Uddin |
付费类型 | free |
支持的语言 | en,en-GB,en-US,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Stars", "short_name": "Twitter Stars", "options_page": "options\/index.html", "default_locale": "en", "description": "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!", "version": "1.7.3", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.twitter.com\/*", "https:\/\/www.twitter.com\/*", "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery.js", "StarsMain.js" ] } ], "permissions": [ "tabs", "https:\/\/ajax.googleapis.com\/", "storage" ], "web_accessible_resources": [ "img\/animation.png", "style.css" ], "background": { "scripts": [ "jquery.js" ], "persistent": false }, "icons": { "128": "img\/icon.png" } } |