Bitcointalk Custom CSS
Only works in bitcointalk.org
Hvad er Bitcointalk Custom CSS?
Bitcointalk Custom CSS er en Chrome-udvidelse udviklet af ozer gul, og dens hovedfunktion er "Only works in bitcointalk.org".
Udvidelsesskærmbilleder
Download Bitcointalk Custom CSS-udvidelses-CRX-fil
Download Bitcointalk Custom CSS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Custom CSS and images for old bitcointalk.org forum. Only works in bitcointalk.org Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oejikidddaaaooeihbdnmkmmlioeabhl |
| Officiel URL | https://chromewebstore.google.com/detail/bitcointalk-custom-css/oejikidddaaaooeihbdnmkmmlioeabhl |
| Beskrivelse | Only works in bitcointalk.org |
| Filstørrelse | 36.21 KB |
| Antal Installationer | 11 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2016-12-24 |
| Udgivelsesdato | 2016-12-24 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | ozer gul |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://bitcointalk.org |
| Understøttede Sprog | 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\/*"
]
}
]
} | |