Twitter Square Icons
Revert the latest stupid Twitter change
Twitter Square Iconsとは何ですか?
Twitter Square IconsはSuyoooによって開発されたChromeの拡張機能で、その主な機能は「Revert the latest stupid Twitter change」です。
拡張機能のスクリーンショット
Twitter Square Icons拡張機能のCRXファイルをダウンロード
Twitter Square Icons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reverts (most) avatars back to slightly rounded corners instead of circles.
拡張機能の基本情報
名前 | |
ID | dddlbjknknopkfeeoakgdijdilmdnnhe |
公式URL | https://chrome.google.com/webstore/detail/twitter-square-icons/dddlbjknknopkfeeoakgdijdilmdnnhe |
説明 | Revert the latest stupid Twitter change |
ファイルサイズ | 3.3 KB |
インストール数 | 32 |
現在のバージョン | 1.0 |
最終更新日 | 2017-06-16 |
公開日 | 2017-06-16 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Suyooo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Square Icons", "description": "Revert the latest stupid Twitter change", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |