Old Twitter Layout
Brings back the old Twitter Layout
Qu'est-ce que Old Twitter Layout ?
Old Twitter Layout est une extension Chrome développée par Wolvan, et sa fonction principale est "Brings back the old Twitter Layout".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Old Twitter Layout
Téléchargez les fichiers d'extension Old Twitter Layout 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
Brings back the old Twitter layout, that Twitter has slowly started phasing out. No more mobile-like UI, no more currated feed. May require refreshing multiple times before it goes into effect due to browser caching. Want to thank me? Buy me a coffee! https://ko-fi.com/wolvan
Informations de Base sur l'Extension
Nom | |
ID | jjldkokjmjdnlnifmehbljdafklejeha |
URL Officiel | https://chrome.google.com/webstore/detail/old-twitter-layout/jjldkokjmjdnlnifmehbljdafklejeha |
Description | Brings back the old Twitter Layout |
Taille du Fichier | 45.42 KB |
Nombre d'Installations | 4,911 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2020-05-14 |
Date de Publication | 2020-05-14 |
Évaluation | 4.51/5 Total 261 Évaluations |
Développeur | Wolvan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Twitter Layout", "description": "Brings back the old Twitter Layout", "version": "1.0.6", "short_name": "otl", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js", "scripts\/storage.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "scripts\/firefox-copyfix-wrapper.js", "scripts\/banner-removal-wrapper.js" ] } ], "web_accessible_resources": [ "scripts\/firefox-copyfix.js", "scripts\/banner-removal.js" ], "permissions": [ "webRequest", "webRequestBlocking", "clipboardRead", "clipboardWrite", "https:\/\/twitter.com\/*" ] } |