Dirty Birdy

Prank your friends with this nasty form autofill!

Что такое Dirty Birdy?

Dirty Birdy - это расширение Chrome, разработанное Kla Haeck, и его основная функция - "Prank your friends with this nasty form autofill!".

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

screenshot

Скачать файл CRX расширения Dirty Birdy

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

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

                        Adds an auto-suggestion functionality to all text and search inputs that uses googles own profanity filter as the data.                    

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

Название Dirty Birdy Dirty Birdy
ID gjiiemkpmochlmjeabhkgklobeainoeg
Официальный URL https://chrome.google.com/webstore/detail/dirty-birdy/gjiiemkpmochlmjeabhkgklobeainoeg
Описание Prank your friends with this nasty form autofill!
Размер файла 57.54 KB
Количество установок 19
Текущая Версия 0.0.10
Последнее Обновление 2015-03-31
Дата публикации 2015-03-31
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Kla Haeck
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.10",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/typeahead.js\/dist\/typeahead.jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "bower_components\/jquery\/dist\/jquery.min.map",
        "styles\/style.css"
    ]
}