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 |
官方網址 | 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\/*" ] } |