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