OSRS Wiki Book

This extension makes the OSRS wiki look like an ancient book

Cos'è OSRS Wiki Book?

OSRS Wiki Book è un'estensione di Chrome sviluppata da bouke.stam, e la sua funzione principale è "This extension makes the OSRS wiki look like an ancient book".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OSRS Wiki Book

Scarica i file di estensione OSRS Wiki Book in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension makes the old school runescape wiki look like an ancient book. It removes a lot of clutter and adds a more relaxing atmostphere to the pages. The extension works only with the new wiki (not the old fandom wiki) and currently looks best on 1920x1080.                    

Informazioni di Base sull'Estensione

Nome OSRS Wiki Book OSRS Wiki Book
ID gnhlbimaihlhefnlkaanaegnfdfimjoh
URL Ufficiale https://chromewebstore.google.com/detail/osrs-wiki-book/gnhlbimaihlhefnlkaanaegnfdfimjoh
Descrizione This extension makes the OSRS wiki look like an ancient book
Dimensione del File 1.25 MB
Conteggio Installazioni 14
Versione Corrente 0.0.3
Ultimo Aggiornamento 2019-04-01
Data di Pubblicazione 2019-04-01
Sviluppatore bouke.stam
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OSRS Wiki Book",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension makes the OSRS wiki look like an ancient book",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/oldschool.runescape.wiki\/w\/*"
            ],
            "exclude_matches": [
                "https:\/\/oldschool.runescape.wiki\/w\/Optimal_quest_guide",
                "https:\/\/oldschool.runescape.wiki\/w\/Update:*",
                "https:\/\/oldschool.runescape.wiki\/w\/Calculator*",
                "https:\/\/oldschool.runescape.wiki\/w\/*_Diary",
                "https:\/\/oldschool.runescape.wiki\/w\/Money_making_guide*"
            ],
            "css": [
                "src\/style.css"
            ],
            "js": [
                "src\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "library.jpg",
        "book.png"
    ]
}