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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manticoredesign และคุณลักษณะหลักของมันคือ "Tired of the fact that you can't copy text or images on some sites, like Instagram? Just install this plugin..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bring Me My Mouse
ดาวน์โหลดไฟล์ส่วนขยาย Bring Me My Mouse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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": [ " |