Dirty Birdy

Prank your friends with this nasty form autofill!

Hvad er Dirty Birdy?

Dirty Birdy er en Chrome-udvidelse udviklet af Kla Haeck, og dens hovedfunktion er "Prank your friends with this nasty form autofill!".

Udvidelsesskærmbilleder

screenshot

Download Dirty Birdy-udvidelses-CRX-fil

Download Dirty Birdy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Dirty Birdy Dirty Birdy
ID gjiiemkpmochlmjeabhkgklobeainoeg
Officiel URL https://chrome.google.com/webstore/detail/dirty-birdy/gjiiemkpmochlmjeabhkgklobeainoeg
Beskrivelse Prank your friends with this nasty form autofill!
Filstørrelse 57.54 KB
Antal Installationer 19
Nuværende Version 0.0.10
Senest Opdateret 2015-03-31
Udgivelsesdato 2015-03-31
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Kla Haeck
Betalingsmetode free
Understøttede Sprog 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"
    ]
}