Gamepedia SBR

Removes Gamepedia's ad sidebar that hogs up the right side of the screen.

Gamepedia SBR là gì?

Gamepedia SBR là một tiện ích mở rộng Chrome được phát triển bởi Nerochi, và tính năng chính của nó là "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gamepedia SBR

Tải xuống các tệp mở rộng Gamepedia SBR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Removes Gamepedia's ad sidebar that hogs up the right side of the screen.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gamepedia SBR Gamepedia SBR
ID ibpbiopdeojmpbfdpojifehlajlmoeod
URL Chính Thức https://chromewebstore.google.com/detail/gamepedia-sbr/ibpbiopdeojmpbfdpojifehlajlmoeod
Mô tả Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Kích Thước Tệp 19.26 KB
Số Lần Cài Đặt 366
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-06-13
Ngày Phát Hành 2016-06-13
Đánh Giá 4.77/5 Tổng số 31 Đánh Giá
Nhà Phát Triển Nerochi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamepedia SBR",
    "version": "0.1",
    "permissions": [
        "*:\/\/*.gamepedia.com\/*"
    ],
    "description": "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gamepedia.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}