d20 SRD Sanitizer

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

什麼是d20 SRD Sanitizer?

d20 SRD Sanitizer是由farkerhaiku開發的Chrome擴展程式,該擴展的主要功能是“This stops all the annoying notices on the d20 pathfinder srd site”。

下載d20 SRD Sanitizer擴展crx文件

下載d20 SRD Sanitizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 d20 SRD Sanitizer d20 SRD Sanitizer
ID aolnbfnmgejmcbalhcdbmbffacjpcaic
官方網址 https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic
簡介 This stops all the annoying notices on the d20 pathfinder srd site
檔案大小 60.49 KB
安裝次數 44
目前版本 1.0
更新時間 2016-01-10
上架時間 2016-01-10
評分 5.00/5 共 2 次評分
開發者 farkerhaiku
付費類型 free
支援的語言 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"
            ]
        }
    ]
}