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
官方網址 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"
    ]
}