Creator of Noise

This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…

Что такое Creator of Noise?

Creator of Noise - это расширение Chrome, разработанное mzozy92, и его основная функция - "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Creator of Noise

Скачайте файлы расширений Creator of Noise в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using it, all your text will become unreadable signs that will clearly show the ads that a website has.                    

Основная информация о расширении

Название Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
Официальный URL https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Описание This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Размер файла 3.41 KB
Количество установок 77
Текущая Версия 1.0
Последнее Обновление 2016-04-21
Дата публикации 2016-04-21
Рейтинг 2.86/5 Всего 7 оценок
Разработчик mzozy92
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creator of Noise",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "changefont.css"
            ]
        }
    ]
}