Marijuana Weed Cannabis 420 Mouse Cursor

Changes mouse pointer to marijuana leaf

Marijuana Weed Cannabis 420 Mouse Cursorとは何ですか?

Marijuana Weed Cannabis 420 Mouse Cursorはartraydによって開発されたChromeの拡張機能で、その主な機能は「Changes mouse pointer to marijuana leaf」です。

拡張機能のスクリーンショット

screenshot

Marijuana Weed Cannabis 420 Mouse Cursor拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}