d20 SRD Sanitizer
This stops all the annoying notices on the d20 pathfinder srd site
What is d20 SRD Sanitizer?
d20 SRD Sanitizer is a Chrome extension developed by farkerhaiku, and its main feature is "This stops all the annoying notices on the d20 pathfinder srd site".
Download d20 SRD Sanitizer Extension CRX File
Download d20 SRD Sanitizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | d20 SRD Sanitizer |
ID | aolnbfnmgejmcbalhcdbmbffacjpcaic |
Official URL | https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic |
Description | This stops all the annoying notices on the d20 pathfinder srd site |
File Size | 60.49 KB |
Installation Count | 44 |
Current Version | 1.0 |
Last Updated | 2016-01-10 |
Publish Date | 2016-01-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | farkerhaiku |
Payment Type | free |
Supported Languages | 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" ] } ] } |