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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of the fact that you can't copy text or images on some sites, like Instagram? Just install this plugin..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bring Me My Mouse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [ " |