Twitter old favourite
Replace the new twitter heart favourite icon with the old star icon.
Twitter old favourite là gì?
Twitter old favourite là một tiện ích mở rộng Chrome được phát triển bởi Miles Croxford, và tính năng chính của nó là "Replace the new twitter heart favourite icon with the old star icon.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter old favourite
Tải xuống các tệp mở rộng Twitter old favourite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lkfbecccmniadcbdhkeepdkfekhloinc |
URL Chính Thức | https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc |
Mô tả | Replace the new twitter heart favourite icon with the old star icon. |
Kích Thước Tệp | 8.49 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-11-03 |
Ngày Phát Hành | 2015-11-03 |
Đánh Giá | 3.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Miles Croxford |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://milescroxford.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |