NoX
Return to old logo of Twitter
NoXとは何ですか?
NoXはOrionによって開発されたChromeの拡張機能で、その主な機能は「Return to old logo of Twitter」です。
拡張機能のスクリーンショット
NoX拡張機能のCRXファイルをダウンロード
NoX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension lets you revert to the old Twitter logo, before it becomes X. It modifies the site's HTML page to change the logo.
In collaboration with Yuuto
Github: https://github.com/oriionn/nox 拡張機能の基本情報
| 名前 | |
| ID | medmbbhpclijphfaakgkfjphihdjdmnm |
| 公式URL | https://chromewebstore.google.com/detail/nox/medmbbhpclijphfaakgkfjphihdjdmnm |
| 説明 | Return to old logo of Twitter |
| ファイルサイズ | 11.81 KB |
| インストール数 | 47 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2023-07-28 |
| 公開日 | 2023-07-25 |
| 開発者 | Orion |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NoX",
"version": "2.0",
"description": "Return to old logo of Twitter",
"icons": {
"16": "icons\/nox16.png",
"32": "icons\/nox32.png",
"48": "icons\/nox48.png",
"128": "icons\/nox128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"js": [
"app.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/twitter.ico"
],
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
]
}
]
} | |