Dirty Birdy
Prank your friends with this nasty form autofill!
What is Dirty Birdy?
Dirty Birdy is a Chrome extension developed by Kla Haeck, and its main feature is "Prank your friends with this nasty form autofill!".
Extension Screenshots
Download Dirty Birdy Extension CRX File
Download Dirty Birdy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds an auto-suggestion functionality to all text and search inputs that uses googles own profanity filter as the data.
Extension Basic Information
Name | |
ID | gjiiemkpmochlmjeabhkgklobeainoeg |
Official URL | https://chrome.google.com/webstore/detail/dirty-birdy/gjiiemkpmochlmjeabhkgklobeainoeg |
Description | Prank your friends with this nasty form autofill! |
File Size | 57.54 KB |
Installation Count | 19 |
Current Version | 0.0.10 |
Last Updated | 2015-03-31 |
Publish Date | 2015-03-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kla Haeck |
Payment Type | free |
Supported Languages | 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" ] } |