d20 SRD Sanitizer

This stops all the annoying notices on the d20 pathfinder srd site

d20 SRD Sanitizer là gì?

d20 SRD Sanitizer là một tiện ích mở rộng Chrome được phát triển bởi farkerhaiku, và tính năng chính của nó là "This stops all the annoying notices on the d20 pathfinder srd site".

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

Tải xuống các tệp mở rộng d20 SRD Sanitizer 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

                        Do you hate the stupid ad that pops up on the pathfinder srd? Me too. Click "Got it" err, install this extension to get rid of it automatically.                    

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

Tên d20 SRD Sanitizer d20 SRD Sanitizer
ID aolnbfnmgejmcbalhcdbmbffacjpcaic
URL Chính Thức https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic
Mô tả This stops all the annoying notices on the d20 pathfinder srd site
Kích Thước Tệp 60.49 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-01-10
Ngày Phát Hành 2016-01-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển farkerhaiku
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",
    "manifest_version": 2,
    "name": "d20 SRD Sanitizer",
    "description": "This stops all the annoying notices on the d20 pathfinder srd site",
    "version": "1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.d20pfsrd.com\/*",
                "https:\/\/*.d20pfsrd.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}