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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}