X logo to Twitter Logo
Change X logo to the old Twitter logo
Wat is X logo to Twitter Logo?
X logo to Twitter Logo is een Chrome-extensie ontwikkeld door Sorikairo, en de belangrijkste functie is "Change X logo to the old Twitter logo".
Extensie Screenshots
Download het CRX-bestand van de extensie X logo to Twitter Logo
Download X logo to Twitter Logo-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
Change x logo to the old Twitter Logo Basisinformatie over de Extensie
| Naam | |
| ID | aabmjkifgbojihkngmahcjjkcoeklaoe |
| Officiële URL | https://chromewebstore.google.com/detail/x-logo-to-twitter-logo/aabmjkifgbojihkngmahcjjkcoeklaoe |
| Beschrijving | Change X logo to the old Twitter logo |
| Bestandsgrootte | 18.15 KB |
| Aantal Installaties | 31 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2023-07-26 |
| Publicatiedatum | 2023-07-25 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Sorikairo |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "X logo to Twitter Logo",
"version": "0.1",
"manifest_version": 3,
"description": "Change X logo to the old Twitter logo",
"icons": {
"64": "size-64.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
]
} | |