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