Twitter Bird
Extension which returns the Twitter bird icon back
Wat is Twitter Bird?
Twitter Bird is een Chrome-extensie ontwikkeld door https://cking.software, en de belangrijkste functie is "Extension which returns the Twitter bird icon back".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Bird
Download Twitter Bird-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
Replaces the main Twitter icon and favicon icon with the canonical Bird. Opensource project. Basisinformatie over de Extensie
| Naam | |
| ID | ihahjhhimifemcpmbghgjmniofjchmlh |
| Officiële URL | https://chromewebstore.google.com/detail/twitter-bird/ihahjhhimifemcpmbghgjmniofjchmlh |
| Beschrijving | Extension which returns the Twitter bird icon back |
| Bestandsgrootte | 553 KB |
| Aantal Installaties | 196 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2023-08-29 |
| Publicatiedatum | 2023-07-26 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://cking.software |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Semper-Viventem/twitter-bird |
| Help Pagina-URL | https://github.com/Semper-Viventem/twitter-bird/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitter Bird",
"description": "Extension which returns the Twitter bird icon back",
"version": "1.1",
"action": {
"default_icon": "images\/icon_512.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"css": [
"content.css"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
],
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png",
"512": "images\/icon_128.png"
}
} | |