Make Twitter Square Again
It's hip to be square.
Make Twitter Square Againとは何ですか?
Make Twitter Square AgainはTaylorによって開発されたChromeの拡張機能で、その主な機能は「It's hip to be square.」です。
拡張機能のスクリーンショット
Make Twitter Square Again拡張機能のCRXファイルをダウンロード
Make Twitter Square Again拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make Twitter Square Again! Don't like the new Twitter design? Nor do we. Download our extension to restore Twitter back to it's former glory.
拡張機能の基本情報
名前 | |
ID | keiobocclhlchklcfmngllhlbbgfbkpa |
公式URL | https://chrome.google.com/webstore/detail/make-twitter-square-again/keiobocclhlchklcfmngllhlbbgfbkpa |
説明 | It's hip to be square. |
ファイルサイズ | 6.59 KB |
インストール数 | 23 |
現在のバージョン | 0.1.4 |
最終更新日 | 2017-06-16 |
公開日 | 2017-06-16 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Taylor |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make Twitter Square Again", "version": "0.1.4", "description": "It's hip to be square.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "120": "icon120.png" } } |