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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم 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
}