Old Twitter Layout
Brings back the old Twitter Layout
Wat is Old Twitter Layout?
Old Twitter Layout is een Chrome-extensie ontwikkeld door Wolvan, en de belangrijkste functie is "Brings back the old Twitter Layout".
Extensie Screenshots
Download het CRX-bestand van de extensie Old Twitter Layout
Download Old Twitter Layout-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jjldkokjmjdnlnifmehbljdafklejeha |
Officiële URL | https://chrome.google.com/webstore/detail/old-twitter-layout/jjldkokjmjdnlnifmehbljdafklejeha |
Beschrijving | Brings back the old Twitter Layout |
Bestandsgrootte | 45.42 KB |
Aantal Installaties | 4,911 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2020-05-14 |
Publicatiedatum | 2020-05-14 |
Beoordeling | 4.51/5 Totaal 261 Beoordelingen |
Ontwikkelaar | Wolvan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |