Dirty Birdy
Prank your friends with this nasty form autofill!
Dirty Birdy क्या है?
Dirty Birdy Kla Haeck द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prank your friends with this nasty form autofill!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dirty Birdy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds an auto-suggestion functionality to all text and search inputs that uses googles own profanity filter as the data.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gjiiemkpmochlmjeabhkgklobeainoeg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/dirty-birdy/gjiiemkpmochlmjeabhkgklobeainoeg |
विवरण | Prank your friends with this nasty form autofill! |
फ़ाइल का आकार | 57.54 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 0.0.10 |
अंतिम अपडेट | 2015-03-31 |
प्रकाशन तिथि | 2015-03-31 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Kla Haeck |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |