Bitcointalk Custom CSS

Only works in bitcointalk.org

Apa itu Bitcointalk Custom CSS?

Bitcointalk Custom CSS adalah ekstensi Chrome yang dikembangkan oleh ozer gul, dan fitur utamanya adalah "Only works in bitcointalk.org".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bitcointalk Custom CSS

Unduh file ekstensi Bitcointalk Custom CSS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Custom CSS and images for old bitcointalk.org forum. Only works in bitcointalk.org                    

Informasi Dasar Ekstensi

Nama Bitcointalk Custom CSS Bitcointalk Custom CSS
ID oejikidddaaaooeihbdnmkmmlioeabhl
URL Resmi https://chromewebstore.google.com/detail/bitcointalk-custom-css/oejikidddaaaooeihbdnmkmmlioeabhl
Deskripsi Only works in bitcointalk.org
Ukuran File 36.21 KB
Jumlah Instalasi 11
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-12-24
Tanggal Publikasi 2016-12-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang ozer gul
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://bitcointalk.org
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}