Bitcointalk Custom CSS
Only works in bitcointalk.org
Wat is Bitcointalk Custom CSS?
Bitcointalk Custom CSS is een Chrome-extensie ontwikkeld door ozer gul, en de belangrijkste functie is "Only works in bitcointalk.org".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitcointalk Custom CSS
Download Bitcointalk Custom CSS-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
Custom CSS and images for old bitcointalk.org forum. Only works in bitcointalk.org
Basisinformatie over de Extensie
Naam | Bitcointalk Custom CSS |
ID | oejikidddaaaooeihbdnmkmmlioeabhl |
Officiële URL | https://chromewebstore.google.com/detail/bitcointalk-custom-css/oejikidddaaaooeihbdnmkmmlioeabhl |
Beschrijving | Only works in bitcointalk.org |
Bestandsgrootte | 36.21 KB |
Aantal Installaties | 11 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-12-24 |
Publicatiedatum | 2016-12-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ozer gul |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://bitcointalk.org |
Ondersteunde Talen | 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\/*" ] } ] } |