Twitter Fav Back
Twitterの忌々しいハート「いいね」を消し去って「お気に入り」に戻します。
What is Twitter Fav Back?
Twitter Fav Back is a Chrome extension developed by tasogare, and its main feature is "Twitterの忌々しいハート「いいね」を消し去って「お気に入り」に戻します。".
Extension Screenshots
Download Twitter Fav Back Extension CRX File
Download Twitter Fav Back extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
2015/11/04よりツイッターの「お気に入り」は星ではなく「ハート」になってしまいました。(https://twitter.com/twitter/status/661558661131558915)この変更には賛否両論ありますが、この拡張機能を入れると以前の星マーク「お気に入り」に戻すことができます。 2015/11/04:1.1にアップデートしました - 書き換えの軽量化
Extension Basic Information
Name | |
ID | phkdjgplkhaheggkcaeommcfaapkfogd |
Official URL | https://chrome.google.com/webstore/detail/twitter-fav-back/phkdjgplkhaheggkcaeommcfaapkfogd |
Description | Twitterの忌々しいハート「いいね」を消し去って「お気に入り」に戻します。 |
File Size | 80.1 KB |
Installation Count | 850 |
Current Version | 1.1 |
Last Updated | 2015-11-04 |
Publish Date | 2015-11-04 |
Rating | 4.85/5 Total 47 Ratings |
Developer | tasogare |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Fav Back", "version": "1.1", "description": "Twitter\u306e\u5fcc\u3005\u3057\u3044\u30cf\u30fc\u30c8\u300c\u3044\u3044\u306d\u300d\u3092\u6d88\u3057\u53bb\u3063\u3066\u300c\u304a\u6c17\u306b\u5165\u308a\u300d\u306b\u623b\u3057\u307e\u3059\u3002", "icons": { "48": "icons\/icon48.jpg", "128": "icons\/icon128.jpg" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "jquery.js", "index.js" ], "css": [ "index.css" ] } ] } |