GoodTwitter Beta
Forces your browser to use old twitter.
GoodTwitter Betaとは何ですか?
GoodTwitter BetaはZusorによって開発されたChromeの拡張機能で、その主な機能は「Forces your browser to use old twitter.」です。
拡張機能のスクリーンショット
GoodTwitter Beta拡張機能のCRXファイルをダウンロード
GoodTwitter Beta拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
THIS IS THE BETA VERSION OF GOODTWITTER This is a version of GoodTwitter that contains some bugfixes that might be unstable. If you want to try this version UNINSTALL REGULAR GOODTWITTER FIRST! This Add-on brings back old twitter by changing the user agent of all your browsers requests to the one of an older browser For troubleshooting go here https://github.com/ZusorCode/GoodTwitterChrome/blob/master/troubleshooting.md This project is open-source: github.com/ZusorCode/GoodTwitterChrome Want to support me? ko-fi.com/zusordev Built by Zusor inspired by super raging about the redesign
拡張機能の基本情報
名前 | GoodTwitter Beta |
ID | ehjbcokpmfbmpjlldihlcbkoakikcomd |
公式URL | https://chromewebstore.google.com/detail/goodtwitter-beta/ehjbcokpmfbmpjlldihlcbkoakikcomd |
説明 | Forces your browser to use old twitter. |
ファイルサイズ | 11.19 KB |
インストール数 | 670 |
現在のバージョン | 1.0 |
最終更新日 | 2019-10-12 |
公開日 | 2019-10-12 |
評価 | 4.38/5 合計 8 レビュー |
開発者 | Zusor |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoodTwitter Beta", "version": "1.0", "description": "Forces your browser to use old twitter.", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.twitter.com\/", "browsingData", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/info.html" }, "icons": { "128": "128.png" } } |