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 |
ID | aolnbfnmgejmcbalhcdbmbffacjpcaic |
官方URL | 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" ] } ] } |