Twitter old favourite
Replace the new twitter heart favourite icon with the old star icon.
什麼是Twitter old favourite?
Twitter old favourite是由Miles Croxford開發的Chrome擴展程式,該擴展的主要功能是“Replace the new twitter heart favourite icon with the old star icon.”。
擴展截圖
下載Twitter old favourite擴展crx文件
下載Twitter old favourite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Don't like the new heart button? Feel no love? This extension reverts and replaces the new twitter heart favourite icon to that old yellow star that everyone is missing.
擴展基本資訊
名稱 | |
ID | lkfbecccmniadcbdhkeepdkfekhloinc |
官方網址 | https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc |
簡介 | Replace the new twitter heart favourite icon with the old star icon. |
檔案大小 | 8.49 KB |
安裝次數 | 40 |
目前版本 | 0.1 |
更新時間 | 2015-11-03 |
上架時間 | 2015-11-03 |
評分 | 3.17/5 共 6 次評分 |
開發者 | Miles Croxford |
付費類型 | free |
擴展官網 | http://milescroxford.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter old favourite", "description": "Replace the new twitter heart favourite icon with the old star icon.", "version": "0.1", "permissions": [ "*:\/\/twitter.com\/*" ], "web_accessible_resources": [ "stars.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |