Twitter Lite Redirector
Redirect to mobile.twitter.com from twitter.com
Twitter Lite Redirectorとは何ですか?
Twitter Lite Redirectorはhttps://1000ch.github.io/twitter-lite-redirectorによって開発されたChromeの拡張機能で、その主な機能は「Redirect to mobile.twitter.com from twitter.com」です。
拡張機能のスクリーンショット
Twitter Lite Redirector拡張機能のCRXファイルをダウンロード
Twitter Lite Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Redirect to mobile.twitter.com from twitter.com
拡張機能の基本情報
名前 | |
ID | lladjhcgddekbpbcoojbpcifkjhjdnjp |
公式URL | https://chrome.google.com/webstore/detail/twitter-lite-redirector/lladjhcgddekbpbcoojbpcifkjhjdnjp |
説明 | Redirect to mobile.twitter.com from twitter.com |
ファイルサイズ | 7.69 KB |
インストール数 | 85 |
現在のバージョン | 0.6.0 |
最終更新日 | 2018-11-10 |
公開日 | 2018-11-10 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | https://1000ch.github.io/twitter-lite-redirector |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Lite Redirector", "version": "0.6.0", "description": "Redirect to mobile.twitter.com from twitter.com", "manifest_version": 2, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png" }, "browser_action": { "default_title": "Twitter Lite Redirector" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "exclude_matches": [ "https:\/\/twitter.com\/intent\/*", "https:\/\/twitter.com\/share*" ], "run_at": "document_start" } ], "permissions": [ "background", "storage", "https:\/\/twitter.com\/*" ], "offline_enabled": false } |