replace daniel with beep beep lettuce

this will replace the word daniel with beep beep lettuce forever thanks xoxo

ما هو replace daniel with beep beep lettuce؟

replace daniel with beep beep lettuce هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "this will replace the word daniel with beep beep lettuce forever thanks xoxo".

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

screenshot

تحميل ملف CRX للإضافة replace daniel with beep beep lettuce

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

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

                        Have you ever wanted to replace the word Daniel with "beep beep lettuce" across all instances of the internet? Of course you have, and now you can. Just download this app.

beep beep lettuce.                    

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

الاسم replace daniel with beep beep lettuce replace daniel with beep beep lettuce
ID edijcapbkhpcemohhdhjibjcmphibdfb
عنوان URL الرسمي https://chromewebstore.google.com/detail/replace-daniel-with-beep/edijcapbkhpcemohhdhjibjcmphibdfb
الوصف this will replace the word daniel with beep beep lettuce forever thanks xoxo
حجم الملف 44.21 KB
عدد التثبيتات 53
النسخة الحالية 1.3
آخر تحديث 2017-07-05
تاريخ النشر 2017-07-05
تقييم 5.00/5 مجموع تقييمات 5
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "replace daniel with beep beep lettuce",
    "description": "this will replace the word daniel with beep beep lettuce forever thanks xoxo",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}