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!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Dirty Birdy

قم بتنزيل ملفات الامتداد Dirty Birdy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}