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!”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Dirty Birdy Dirty Birdy
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"
    ]
}