GoodTwitter Beta
Forces your browser to use old twitter.
What is GoodTwitter Beta?
GoodTwitter Beta is a Chrome extension developed by Zusor, and its main feature is "Forces your browser to use old twitter.".
Extension Screenshots
Download GoodTwitter Beta Extension CRX File
Download GoodTwitter Beta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | GoodTwitter Beta |
ID | ehjbcokpmfbmpjlldihlcbkoakikcomd |
Official URL | https://chromewebstore.google.com/detail/goodtwitter-beta/ehjbcokpmfbmpjlldihlcbkoakikcomd |
Description | Forces your browser to use old twitter. |
File Size | 11.19 KB |
Installation Count | 670 |
Current Version | 1.0 |
Last Updated | 2019-10-12 |
Publish Date | 2019-10-12 |
Rating | 4.38/5 Total 8 Ratings |
Developer | Zusor |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |