Birdhouse
Restore the legacy birdhouse icon on X
Vad är Birdhouse?
Birdhouse är en Chrome-tillägg utvecklad av birdhouseext, och dess huvudfunktion är "Restore the legacy birdhouse icon on X".
Tilläggsskärmbilder
Ladda ner Birdhouse-förlängningens CRX-fil
Ladda ner Birdhouse-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
Restore the legacy birdhouse icon that was replaced on X Grundläggande Information om Tillägg
| Namn | |
| ID | ijfgmacjadjknmdohahkdniipjlgdoil |
| Officiell webbadress | https://chromewebstore.google.com/detail/birdhouse/ijfgmacjadjknmdohahkdniipjlgdoil |
| Beskrivning | Restore the legacy birdhouse icon on X |
| Filstorlek | 10.17 KB |
| Antal Installationer | 44 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2023-10-13 |
| Publiceringsdatum | 2023-10-11 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | birdhouseext |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Birdhouse",
"version": "1.2",
"description": "Restore the legacy birdhouse icon on X",
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
]
}
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
} | |