Container to Fart

Replaces the text 'container' with 'fart'.

ما هو Container to Fart؟

Container to Fart هو إضافة Chrome تم تطويرها بواسطة jacob.m.robinson، والميزة الرئيسية لها هي "Replaces the text 'container' with 'fart'.".

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

screenshot

تحميل ملف CRX للإضافة Container to Fart

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

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

                        Container to Fart replaces instances of 'container' with 'fart' within web page content. Combined with the Cloud to Butt Chrome extension, Container to Fart will bring some back some comedy into all the drama that is happening with Linux Farts and Butt Computing.                    

معلومات أساسية عن التمديد

الاسم Container to Fart Container to Fart
ID ddekfmgjejpecfmkijkoeibgehjmjoah
عنوان URL الرسمي https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah
الوصف Replaces the text 'container' with 'fart'.
حجم الملف 3.38 KB
عدد التثبيتات 31
النسخة الحالية 1.0
آخر تحديث 2014-12-02
تاريخ النشر 2014-12-02
تقييم 5.00/5 مجموع تقييمات 2
المطور jacob.m.robinson
نوع الدفع free
موقع الإضافة https://github.com/jakerobinson/container-to-fart
عنوان صفحة المساعدة https://github.com/jakerobinson/container-to-fart/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Container to Fart",
    "version": "1.0",
    "description": "Replaces the text 'container' with 'fart'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}