[Buzzfeed Replacement]
[Replaces the word Buzzfeed in your browser.]
[Buzzfeed Replacement]คืออะไร?
[Buzzfeed Replacement] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jason Lamb และคุณลักษณะหลักของมันคือ "[Replaces the word Buzzfeed in your browser.]"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย [Buzzfeed Replacement]
ดาวน์โหลดไฟล์ส่วนขยาย [Buzzfeed Replacement] ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        This extension will replace the word "BuzzFeed" with "Life affirming list for sad millenials".
In Alpha.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | kofnoecigmaecpnejpoaaampodgpbmfg | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/buzzfeed-replacement/kofnoecigmaecpnejpoaaampodgpbmfg | 
| คำอธิบาย | [Replaces the word Buzzfeed in your browser.] | 
| ขนาดไฟล์ | 3.29 KB | 
| จำนวนการติดตั้ง | 13 | 
| เวอร์ชันปัจจุบัน | 0.2 | 
| อัปเดตครั้งล่าสุด | 2015-09-22 | 
| วันที่เผยแพร่ | 2015-09-22 | 
| คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน | 
| ผู้พัฒนา | Jason Lamb | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "[Buzzfeed Replacement]",
    "description": "[Replaces the word Buzzfeed in your browser.]",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |