Bitcointalk Custom CSS
Only works in bitcointalk.org
What is Bitcointalk Custom CSS?
Bitcointalk Custom CSS is a Chrome extension developed by ozer gul, and its main feature is "Only works in bitcointalk.org".
Extension Screenshots
Download Bitcointalk Custom CSS Extension CRX File
Download Bitcointalk Custom CSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Custom CSS and images for old bitcointalk.org forum. Only works in bitcointalk.org
Extension Basic Information
Name | Bitcointalk Custom CSS |
ID | oejikidddaaaooeihbdnmkmmlioeabhl |
Official URL | https://chromewebstore.google.com/detail/bitcointalk-custom-css/oejikidddaaaooeihbdnmkmmlioeabhl |
Description | Only works in bitcointalk.org |
File Size | 36.21 KB |
Installation Count | 11 |
Current Version | 0.1 |
Last Updated | 2016-12-24 |
Publish Date | 2016-12-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | ozer gul |
[email protected] | |
Payment Type | free |
Extension Website | http://bitcointalk.org |
Supported Languages | 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\/*" ] } ] } |