Marijuana Weed Cannabis 420 Mouse Cursor

Changes mouse pointer to marijuana leaf

What is Marijuana Weed Cannabis 420 Mouse Cursor?

Marijuana Weed Cannabis 420 Mouse Cursor is a Chrome extension developed by artrayd, and its main feature is "Changes mouse pointer to marijuana leaf".

Extension Screenshots

screenshot

Download Marijuana Weed Cannabis 420 Mouse Cursor Extension CRX File

Download Marijuana Weed Cannabis 420 Mouse Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Marijuana Weed Cannabis 420 Mouse Cursor Marijuana Weed Cannabis 420 Mouse Cursor
ID andonoojdabjdcacpleahlnendaeecco
Official URL https://chrome.google.com/webstore/detail/marijuana-weed-cannabis-4/andonoojdabjdcacpleahlnendaeecco
Description Changes mouse pointer to marijuana leaf
File Size 34.19 KB
Installation Count 1,000
Current Version 0.0.2
Last Updated 2017-04-11
Publish Date 2017-04-11
Rating 3.36/5 Total 78 Ratings
Developer artrayd
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
Supported Languages 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"
    }
}