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 |
电子邮箱 | [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\/*" ] } |