Dirty Birdy
Prank your friends with this nasty form autofill!
Dirty Birdyคืออะไร?
Dirty Birdy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kla Haeck และคุณลักษณะหลักของมันคือ "Prank your friends with this nasty form autofill!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dirty Birdy
ดาวน์โหลดไฟล์ส่วนขยาย Dirty Birdy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |