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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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