GoodTwitter Beta

Forces your browser to use old twitter.

Qu'est-ce que GoodTwitter Beta ?

GoodTwitter Beta est une extension Chrome développée par Zusor, et sa fonction principale est "Forces your browser to use old twitter.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GoodTwitter Beta

Téléchargez les fichiers d'extension GoodTwitter Beta au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom GoodTwitter Beta GoodTwitter Beta
ID ehjbcokpmfbmpjlldihlcbkoakikcomd
URL Officiel https://chromewebstore.google.com/detail/goodtwitter-beta/ehjbcokpmfbmpjlldihlcbkoakikcomd
Description Forces your browser to use old twitter.
Taille du Fichier 11.19 KB
Nombre d'Installations 670
Version Actuelle 1.0
Dernière Mise à Jour 2019-10-12
Date de Publication 2019-10-12
Évaluation 4.38/5 Total 8 Évaluations
Développeur Zusor
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}