Marijuana Weed Cannabis 420 Mouse Cursor

Changes mouse pointer to marijuana leaf

Marijuana Weed Cannabis 420 Mouse Cursorคืออะไร?

Marijuana Weed Cannabis 420 Mouse Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย artrayd และคุณลักษณะหลักของมันคือ "Changes mouse pointer to marijuana leaf"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marijuana Weed Cannabis 420 Mouse Cursor

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

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

                        Simply changes your mouse pointer to Cannabis Leaf

Features:
- On/Off switcher
- Retina Screens support

* BY SECURITY DOESN'T WORK ON CHROME EXTENSIONS CATALOG AND CHROME BROWSER INTERNAL PAGES *

If not working:

1. Try opening new tab
2. Try reloading browser                    

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

ชื่อ Marijuana Weed Cannabis 420 Mouse Cursor Marijuana Weed Cannabis 420 Mouse Cursor
ID andonoojdabjdcacpleahlnendaeecco
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/marijuana-weed-cannabis-4/andonoojdabjdcacpleahlnendaeecco
คำอธิบาย Changes mouse pointer to marijuana leaf
ขนาดไฟล์ 34.19 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-04-11
วันที่เผยแพร่ 2017-04-11
คะแนน 3.36/5 รวมทั้งหมด 78 คะแนน
ผู้พัฒนา artrayd
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.2",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "extOn.png",
        "default_title": "__MSG_defTitle__"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "pointer.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "main.css"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "icons": {
        "16": "exicon_16.png",
        "48": "exicon_48.png",
        "128": "exicon_128.png"
    }
}