Dirty Birdy

Prank your friends with this nasty form autofill!

Wat is Dirty Birdy?

Dirty Birdy is een Chrome-extensie ontwikkeld door Kla Haeck, en de belangrijkste functie is "Prank your friends with this nasty form autofill!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dirty Birdy

Download Dirty Birdy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Dirty Birdy Dirty Birdy
ID gjiiemkpmochlmjeabhkgklobeainoeg
Officiële URL https://chrome.google.com/webstore/detail/dirty-birdy/gjiiemkpmochlmjeabhkgklobeainoeg
Beschrijving Prank your friends with this nasty form autofill!
Bestandsgrootte 57.54 KB
Aantal Installaties 19
Huidige Versie 0.0.10
Laatst Bijgewerkt 2015-03-31
Publicatiedatum 2015-03-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kla Haeck
Betalingswijze free
Ondersteunde Talen 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"
    ]
}