Dirty Birdy
Prank your friends with this nasty form autofill!
Vad är Dirty Birdy?
Dirty Birdy är en Chrome-tillägg utvecklad av Kla Haeck, och dess huvudfunktion är "Prank your friends with this nasty form autofill!".
Tilläggsskärmbilder
Ladda ner Dirty Birdy-förlängningens CRX-fil
Ladda ner Dirty Birdy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds an auto-suggestion functionality to all text and search inputs that uses googles own profanity filter as the data.
Grundläggande Information om Tillägg
Namn | |
ID | gjiiemkpmochlmjeabhkgklobeainoeg |
Officiell webbadress | https://chrome.google.com/webstore/detail/dirty-birdy/gjiiemkpmochlmjeabhkgklobeainoeg |
Beskrivning | Prank your friends with this nasty form autofill! |
Filstorlek | 57.54 KB |
Antal Installationer | 19 |
Aktuell Version | 0.0.10 |
Senast Uppdaterad | 2015-03-31 |
Publiceringsdatum | 2015-03-31 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Kla Haeck |
Betalningssätt | free |
Stödda Språk | 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" ] } |