Marketing Dicks

Replaces the marketing term 'brand' with 'dick' in relevant instances.

Marketing Dicksคืออะไร?

Marketing Dicks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย henryoz และคุณลักษณะหลักของมันคือ "Replaces the marketing term 'brand' with 'dick' in relevant instances."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marketing Dicks

ดาวน์โหลดไฟล์ส่วนขยาย Marketing Dicks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A simple word-replacement extension for anyone sick of the word "brand".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Marketing Dicks Marketing Dicks
ID oochgpnamaefjjonhakllakojimhfgno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/marketing-dicks/oochgpnamaefjjonhakllakojimhfgno
คำอธิบาย Replaces the marketing term 'brand' with 'dick' in relevant instances.
ขนาดไฟล์ 59.98 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-10-31
วันที่เผยแพร่ 2014-10-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา henryoz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marketing Dicks",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "description": "Replaces the marketing term 'brand' with 'dick' in relevant instances.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}