Twitter Quotes are back!
Twitter Quotes are back!
什么是Twitter Quotes are back!?
Twitter Quotes are back!是由josecebe开发的Chrome扩展程序,该扩展的主要功能是“Twitter Quotes are back!”。
扩展截图
下载Twitter Quotes are back!扩展crx文件
下载Twitter Quotes are back!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Twitter has adjusted access to view post interactions like quotes, retweets, and likes, making them less visible. Fortunately, "Twitter Quotes are back!" brings these options back to their original locations. Say goodbye to the search hassle and install this extension today!
扩展基本信息
名称 | |
ID | bbpjhggnbaikfoankcdaieeohbjdnadc |
官方URL | https://chromewebstore.google.com/detail/twitter-quotes-are-back/bbpjhggnbaikfoankcdaieeohbjdnadc |
简介 | Twitter Quotes are back! |
文件大小 | 26.6 KB |
安装次数 | 215 |
当前版本 | 1.0.4 |
更新时间 | 2023-09-17 |
上架时间 | 2023-09-14 |
评分 | 4.75/5 共8次评分 |
开发者 | josecebe |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/josecebe/twitter-quotes-are-back |
支持的语言 | de,en,fr,ca,es,it,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "josecebe", "manifest_version": 3, "name": "__MSG_twitterQuotesExtensionName__", "version": "1.0.4", "description": "__MSG_twitterQuotesExtensionDescription__", "default_locale": "en", "icons": { "48": "icons\/border-48.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "script.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "permissions": [], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "52.0" } } } |