Gate to Fart

Replaces the text 'gate' with 'fart'.

ما هو Gate to Fart؟

Gate to Fart هو إضافة Chrome تم تطويرها بواسطة Sana، والميزة الرئيسية لها هي "Replaces the text 'gate' with 'fart'.".

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

screenshot
screenshot
screenshot

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

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

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

                        An extension that changes the text 'gate' to 'fart', inspired by a tweet from the Boston Globe about an FBI 'investifart'. Based on Cloud to Butt Plus, another great extension you should install to improve your internet experience.

Update 1.1: Removed an unnecessary icon.                    

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

الاسم Gate to Fart Gate to Fart
ID iagclbkbkodngkiiipcnefjeilkfjflm
عنوان URL الرسمي https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm
الوصف Replaces the text 'gate' with 'fart'.
حجم الملف 7.99 KB
عدد التثبيتات 31
النسخة الحالية 1.1
آخر تحديث 2015-07-19
تاريخ النشر 2015-07-19
تقييم 5.00/5 مجموع تقييمات 1
المطور Sana
نوع الدفع free
موقع الإضافة https://github.com/bigshika/gate-to-fart
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gate to Fart",
    "version": "1.1",
    "description": "Replaces the text 'gate' with 'fart'.",
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}