Good old Twitter
Returning old twitter logo
Wat is Good old Twitter?
Good old Twitter is een Chrome-extensie ontwikkeld door https://631am.com, en de belangrijkste functie is "Returning old twitter logo".
Extensie Screenshots
Download het CRX-bestand van de extensie Good old Twitter
Download Good old Twitter-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
If you are not yet ready for the global redesign that Elon Musk has prepared for the well-known Twitter name and logo, you can easily revert to the originals using this simple extension. Basisinformatie over de Extensie
| Naam | |
| ID | bgfjejkobipclcknhenalahjbbphleio |
| Officiële URL | https://chromewebstore.google.com/detail/good-old-twitter/bgfjejkobipclcknhenalahjbbphleio |
| Beschrijving | Returning old twitter logo |
| Bestandsgrootte | 180 KB |
| Aantal Installaties | 467 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2023-07-27 |
| Publicatiedatum | 2023-07-25 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://631am.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://631am.com/good-old-twitter |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Good old Twitter",
"version": "1.0.2",
"description": "Returning old twitter logo",
"homepage_url": "https:\/\/github.com\/littlemyx\/good_old_twitter",
"manifest_version": 3,
"minimum_chrome_version": "100",
"icons": {
"16": "icon16.719d9ca8.png",
"32": "icon32.4042bece.png",
"48": "icon48.be0ec3db.png",
"128": "icon.082f75ba.png"
},
"permissions": [],
"host_permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"js": [
"content.70a01fb4.js"
],
"run_at": "document_end",
"css": []
}
],
"options_ui": {
"browser_style": true,
"page": "options.e17f98f3.html"
}
} | |