Dirty Birdy
Prank your friends with this nasty form autofill!
Dirty Birdyとは何ですか?
Dirty BirdyはKla Haeckによって開発されたChromeの拡張機能で、その主な機能は「Prank your friends with this nasty form autofill!」です。
拡張機能のスクリーンショット
Dirty Birdy拡張機能のCRXファイルをダウンロード
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"
]
} | |