Bring Me My Mouse

Tired of the fact that you can't copy text or images on some sites, like Instagram? Just install this plugin...

Bring Me My Mouse란 무엇입니까?

Bring Me My Mouse은(는) manticoredesign에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tired of the fact that you can't copy text or images on some sites, like Instagram? Just install this plugin..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bring Me My Mouse 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use right mouse button, and save protected images just in one click.

Our app allows you, to use right mouse button on pages, where it disabled.
Advantages:
* Just run it;
* Save photos from Instagram;
* Save videos from Instagram;
* Copy protected text and images;
* Supporting of four localisations;

Changelog:

v 1.1:

* Supported four languages;                    

확장 프로그램 기본 정보

이름 Bring Me My Mouse Bring Me My Mouse
ID jhddgojemjbncnjmdgpmhajmjobbjpio
공식 URL https://chromewebstore.google.com/detail/bring-me-my-mouse/jhddgojemjbncnjmdgpmhajmjobbjpio
설명 Tired of the fact that you can't copy text or images on some sites, like Instagram? Just install this plugin...
파일 크기 276 KB
설치 횟수 154
현재 버전 1.1
최근 업데이트 2016-06-19
출시 날짜 2016-06-18
평점 3.65/5 총 17 개의 평점
개발자 manticoredesign
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.instagram.com\/; object-src 'self'",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "20.0.0.0",
    "default_locale": "en",
    "icons": {
        "48": "img\/icon48.png",
        "16": "img\/icon16.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Bring Me My Mouse",
        "default_icon": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/DisableSettings.js",
            "src\/sample.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "src\/content_scripts.js"
            ]
        }
    ],
    "permissions": [
        "",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "tabs",
        "*:\/\/*.instagram.com\/*",
        "contextMenus",
        "downloads",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "\/web_accessible_resources\/index.js"
    ]
}