X logo to Twitter Logo
Change X logo to the old Twitter logo
Vad är X logo to Twitter Logo?
X logo to Twitter Logo är en Chrome-tillägg utvecklad av Sorikairo, och dess huvudfunktion är "Change X logo to the old Twitter logo".
Tilläggsskärmbilder
Ladda ner X logo to Twitter Logo-förlängningens CRX-fil
Ladda ner X logo to Twitter Logo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Change x logo to the old Twitter Logo Grundläggande Information om Tillägg
| Namn | |
| ID | aabmjkifgbojihkngmahcjjkcoeklaoe |
| Officiell webbadress | https://chromewebstore.google.com/detail/x-logo-to-twitter-logo/aabmjkifgbojihkngmahcjjkcoeklaoe |
| Beskrivning | Change X logo to the old Twitter logo |
| Filstorlek | 18.15 KB |
| Antal Installationer | 31 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2023-07-26 |
| Publiceringsdatum | 2023-07-25 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Sorikairo |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |