d20 SRD Sanitizer
This stops all the annoying notices on the d20 pathfinder srd site
O que é d20 SRD Sanitizer?
d20 SRD Sanitizer é uma extensão do Chrome desenvolvida por farkerhaiku, e sua principal característica é "This stops all the annoying notices on the d20 pathfinder srd site".
Baixar o arquivo CRX da Extensão d20 SRD Sanitizer
Baixe arquivos de extensão d20 SRD Sanitizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | d20 SRD Sanitizer |
ID | aolnbfnmgejmcbalhcdbmbffacjpcaic |
URL Oficial | https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic |
Descrição | This stops all the annoying notices on the d20 pathfinder srd site |
Tamanho do Arquivo | 60.49 KB |
Contagem de Instalações | 44 |
Versão Atual | 1.0 |
Última Atualização | 2016-01-10 |
Data de Publicação | 2016-01-10 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | farkerhaiku |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |