OSRS Wiki Book

This extension makes the OSRS wiki look like an ancient book

Apa itu OSRS Wiki Book?

OSRS Wiki Book adalah ekstensi Chrome yang dikembangkan oleh bouke.stam, dan fitur utamanya adalah "This extension makes the OSRS wiki look like an ancient book".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi OSRS Wiki Book

Unduh file ekstensi OSRS Wiki Book 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

                        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.                    

Informasi Dasar Ekstensi

Nama OSRS Wiki Book OSRS Wiki Book
ID gnhlbimaihlhefnlkaanaegnfdfimjoh
URL Resmi https://chromewebstore.google.com/detail/osrs-wiki-book/gnhlbimaihlhefnlkaanaegnfdfimjoh
Deskripsi This extension makes the OSRS wiki look like an ancient book
Ukuran File 1.25 MB
Jumlah Instalasi 14
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2019-04-01
Tanggal Publikasi 2019-04-01
Pengembang bouke.stam
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}