Smoke weed erryday

Reminds you to smoke weed at 4:20

Smoke weed errydayคืออะไร?

Smoke weed erryday เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Kelly และคุณลักษณะหลักของมันคือ "Reminds you to smoke weed at 4:20"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smoke weed erryday

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

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

                                            

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

ชื่อ Smoke weed erryday Smoke weed erryday
ID kcojfpcomfdbdihkhdjgalebfajlfdli
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smoke-weed-erryday/kcojfpcomfdbdihkhdjgalebfajlfdli
คำอธิบาย Reminds you to smoke weed at 4:20
ขนาดไฟล์ 1.17 MB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 4.20
อัปเดตครั้งล่าสุด 2016-05-11
วันที่เผยแพร่ 2016-05-11
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา John Kelly
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smoke weed erryday",
    "version": "4.20",
    "description": "Reminds you to smoke weed at 4:20",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "snoop.gif",
        "weed.mp3"
    ],
    "manifest_version": 2
}