Dirty Birdy
Prank your friends with this nasty form autofill!
Dirty Birdy là gì?
Dirty Birdy là một tiện ích mở rộng Chrome được phát triển bởi Kla Haeck, và tính năng chính của nó là "Prank your friends with this nasty form autofill!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dirty Birdy
Tải xuống các tệp mở rộng Dirty Birdy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds an auto-suggestion functionality to all text and search inputs that uses googles own profanity filter as the data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gjiiemkpmochlmjeabhkgklobeainoeg |
URL Chính Thức | https://chrome.google.com/webstore/detail/dirty-birdy/gjiiemkpmochlmjeabhkgklobeainoeg |
Mô tả | Prank your friends with this nasty form autofill! |
Kích Thước Tệp | 57.54 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.0.10 |
Cập Nhật Lần Cuối | 2015-03-31 |
Ngày Phát Hành | 2015-03-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Kla Haeck |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |