Cloud To Arse Plus

Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.

ما هو Cloud To Arse Plus؟

Cloud To Arse Plus هو إضافة Chrome تم تطويرها بواسطة veghead، والميزة الرئيسية لها هي "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.".

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

screenshot

تحميل ملف CRX للإضافة Cloud To Arse Plus

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

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

                        Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. This is a rework of the excellent "Cloud To Butt Plus" plugin but targeted at a British audience.                    

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

الاسم Cloud To Arse Plus Cloud To Arse Plus
ID kmgjkbbncmmflionbjlpnjbplacicdmp
عنوان URL الرسمي https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp
الوصف Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
حجم الملف 27 KB
عدد التثبيتات 72
النسخة الحالية 0.0.0.1
آخر تحديث 2013-08-24
تاريخ النشر 2013-08-23
تقييم 5.00/5 مجموع تقييمات 5
المطور veghead
نوع الدفع free
موقع الإضافة https://github.com/veghead/cloud-to-arse
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Arse Plus",
    "version": "0.0.0.1",
    "description": "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "cta-16.png",
        "128": "cta-128.png"
    }
}