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 là gì?

Bring Me My Mouse là một tiện ích mở rộng Chrome được phát triển bởi manticoredesign, và tính năng chính của nó là "Tired of the fact that you can't copy text or images on some sites, like Instagram? Just install this plugin...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bring Me My Mouse

Tải xuống các tệp mở rộng Bring Me My Mouse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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;                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bring Me My Mouse Bring Me My Mouse
ID jhddgojemjbncnjmdgpmhajmjobbjpio
URL Chính Thức https://chromewebstore.google.com/detail/bring-me-my-mouse/jhddgojemjbncnjmdgpmhajmjobbjpio
Mô tả Tired of the fact that you can't copy text or images on some sites, like Instagram? Just install this plugin...
Kích Thước Tệp 276 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-06-19
Ngày Phát Hành 2016-06-18
Đánh Giá 3.65/5 Tổng số 17 Đánh Giá
Nhà Phát Triển manticoredesign
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}