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 |
Eメール | [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" } } } |