Good old Twitter
Returning old twitter logo
什麼是Good old Twitter?
Good old Twitter是由https://631am.com開發的Chrome擴展程式,該擴展的主要功能是“Returning old twitter logo”。
擴展截圖
下載Good old Twitter擴展crx文件
下載Good old Twitter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you are not yet ready for the global redesign that Elon Musk has prepared for the well-known Twitter name and logo, you can easily revert to the originals using this simple extension. 擴展基本資訊
| 名稱 | |
| ID | bgfjejkobipclcknhenalahjbbphleio |
| 官方網址 | https://chromewebstore.google.com/detail/good-old-twitter/bgfjejkobipclcknhenalahjbbphleio |
| 簡介 | Returning old twitter logo |
| 檔案大小 | 180 KB |
| 安裝次數 | 467 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2023-07-27 |
| 上架時間 | 2023-07-25 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | https://631am.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://631am.com/good-old-twitter |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Good old Twitter",
"version": "1.0.2",
"description": "Returning old twitter logo",
"homepage_url": "https:\/\/github.com\/littlemyx\/good_old_twitter",
"manifest_version": 3,
"minimum_chrome_version": "100",
"icons": {
"16": "icon16.719d9ca8.png",
"32": "icon32.4042bece.png",
"48": "icon48.be0ec3db.png",
"128": "icon.082f75ba.png"
},
"permissions": [],
"host_permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"js": [
"content.70a01fb4.js"
],
"run_at": "document_end",
"css": []
}
],
"options_ui": {
"browser_style": true,
"page": "options.e17f98f3.html"
}
} | |