Dirty Birdy
Prank your friends with this nasty form autofill!
Cos'è Dirty Birdy?
Dirty Birdy è un'estensione di Chrome sviluppata da Kla Haeck, e la sua funzione principale è "Prank your friends with this nasty form autofill!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dirty Birdy
Scarica i file di estensione Dirty Birdy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds an auto-suggestion functionality to all text and search inputs that uses googles own profanity filter as the data. Informazioni di Base sull'Estensione
| Nome | |
| ID | gjiiemkpmochlmjeabhkgklobeainoeg |
| URL Ufficiale | https://chrome.google.com/webstore/detail/dirty-birdy/gjiiemkpmochlmjeabhkgklobeainoeg |
| Descrizione | Prank your friends with this nasty form autofill! |
| Dimensione del File | 57.54 KB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 0.0.10 |
| Ultimo Aggiornamento | 2015-03-31 |
| Data di Pubblicazione | 2015-03-31 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Kla Haeck |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |