Bitcointalk Custom CSS

Only works in bitcointalk.org

Vad är Bitcointalk Custom CSS?

Bitcointalk Custom CSS är en Chrome-tillägg utvecklad av ozer gul, och dess huvudfunktion är "Only works in bitcointalk.org".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bitcointalk Custom CSS-förlängningens CRX-fil

Ladda ner Bitcointalk Custom CSS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Bitcointalk Custom CSS Bitcointalk Custom CSS
ID oejikidddaaaooeihbdnmkmmlioeabhl
Officiell webbadress https://chromewebstore.google.com/detail/bitcointalk-custom-css/oejikidddaaaooeihbdnmkmmlioeabhl
Beskrivning Only works in bitcointalk.org
Filstorlek 36.21 KB
Antal Installationer 11
Aktuell Version 0.1
Senast Uppdaterad 2016-12-24
Publiceringsdatum 2016-12-24
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare ozer gul
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://bitcointalk.org
Stödda Språk 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\/*"
            ]
        }
    ]
}