Bitcointalk Custom CSS
Only works in bitcointalk.org
Was ist Bitcointalk Custom CSS?
Bitcointalk Custom CSS ist eine Chrome-Erweiterung, die von ozer gul entwickelt wurde, und ihr Hauptmerkmal ist "Only works in bitcointalk.org".
Erweiterungsscreenshots
Bitcointalk Custom CSS-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bitcointalk Custom CSS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Custom CSS and images for old bitcointalk.org forum. Only works in bitcointalk.org Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oejikidddaaaooeihbdnmkmmlioeabhl |
| Offizielle URL | https://chromewebstore.google.com/detail/bitcointalk-custom-css/oejikidddaaaooeihbdnmkmmlioeabhl |
| Beschreibung | Only works in bitcointalk.org |
| Dateigröße | 36.21 KB |
| Installationsanzahl | 11 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2016-12-24 |
| Veröffentlichungsdatum | 2016-12-24 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | ozer gul |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://bitcointalk.org |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bitcointalk Custom CSS",
"version": "0.1",
"description": "Only works in bitcointalk.org",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"css": [
"css.css"
],
"js": [
"app.js"
],
"matches": [
"https:\/\/bitcointalk.org\/*"
]
}
]
} | |