d20 SRD Sanitizer

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

Что такое d20 SRD Sanitizer?

d20 SRD Sanitizer - это расширение Chrome, разработанное farkerhaiku, и его основная функция - "This stops all the annoying notices on the d20 pathfinder srd site".

Скачать файл CRX расширения d20 SRD Sanitizer

Скачайте файлы расширений 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
Официальный 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"
            ]
        }
    ]
}