Old Twitter Layout
Brings back the old Twitter Layout
Old Twitter Layoutとは何ですか?
Old Twitter LayoutはWolvanによって開発されたChromeの拡張機能で、その主な機能は「Brings back the old Twitter Layout」です。
拡張機能のスクリーンショット
Old Twitter Layout拡張機能のCRXファイルをダウンロード
Old Twitter Layout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Brings back the old Twitter layout, that Twitter has slowly started phasing out. No more mobile-like UI, no more currated feed. May require refreshing multiple times before it goes into effect due to browser caching. Want to thank me? Buy me a coffee! https://ko-fi.com/wolvan
拡張機能の基本情報
名前 | |
ID | jjldkokjmjdnlnifmehbljdafklejeha |
公式URL | https://chrome.google.com/webstore/detail/old-twitter-layout/jjldkokjmjdnlnifmehbljdafklejeha |
説明 | Brings back the old Twitter Layout |
ファイルサイズ | 45.42 KB |
インストール数 | 4,911 |
現在のバージョン | 1.0.6 |
最終更新日 | 2020-05-14 |
公開日 | 2020-05-14 |
評価 | 4.51/5 合計 261 レビュー |
開発者 | Wolvan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Twitter Layout", "description": "Brings back the old Twitter Layout", "version": "1.0.6", "short_name": "otl", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js", "scripts\/storage.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "scripts\/firefox-copyfix-wrapper.js", "scripts\/banner-removal-wrapper.js" ] } ], "web_accessible_resources": [ "scripts\/firefox-copyfix.js", "scripts\/banner-removal.js" ], "permissions": [ "webRequest", "webRequestBlocking", "clipboardRead", "clipboardWrite", "https:\/\/twitter.com\/*" ] } |