Runescape Alog Classic

Changes Runescape's adventurer's log to the classic 2011 look.

Runescape Alog Classicคืออะไร?

Runescape Alog Classic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RsHampe และคุณลักษณะหลักของมันคือ "Changes Runescape's adventurer's log to the classic 2011 look."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Runescape Alog Classic

ดาวน์โหลดไฟล์ส่วนขยาย Runescape Alog Classic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Runescape Alog Classic 

Are you one of the many people who preferred the classic Adventurer's Log look from 2011? Well, then this extension is for you. ALC changes the look of the Runescape Adventurer's Log to something close to identical to what it used to look like in 2011.


Note:
- Since Jagex decided to split up the alog on multiple pages, the extension basically has to do one extra request per piece of content (one for your recent events, one for your friends' events, one for your quests etc.) This might cause a slight delay before the content is shown on the page, depending on how fast the server responds.

- Feedback/suggestions is/are appreciated! (Be it in-game/pm, email or here on chrome web store)


ALC only runs on http://services.runescape.com/m=adventurers-log/ and it does not access your account details in any way, it merely reorganizes and restyles the Adventurer's log page.


This extension was created by me, RsHampe (rsn: Farmer Hampe). I am in no way affiliated with Jagex and this extension is not endorsed by them.
RuneScape® is a registered trademark of Jagex Ltd © 1999 - 2016.
http://www.runescape.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Runescape Alog Classic Runescape Alog Classic
ID gpmmjpnmijalhckpcchofiknlfilggjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/runescape-alog-classic/gpmmjpnmijalhckpcchofiknlfilggjf
คำอธิบาย Changes Runescape's adventurer's log to the classic 2011 look.
ขนาดไฟล์ 612 KB
จำนวนการติดตั้ง 224
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2016-01-25
วันที่เผยแพร่ 2016-01-25
คะแนน 4.08/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา RsHampe
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Runescape Alog Classic",
    "description": "Changes Runescape's adventurer's log to the classic 2011 look.",
    "version": "2.0.4",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "hide.css"
            ],
            "js": [
                "lib\/jquery-2.1.1.min.js",
                "script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/services.runescape.com\/m=adventurers-log\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.runescape.com\/",
        "http:\/\/services.runescape.com\/",
        "http:\/\/hiscore.runescape.com\/"
    ],
    "web_accessible_resources": [
        "alog.html",
        "alog_empty.html",
        "resources\/*"
    ]
}