Allow Select And Copy
Allow selection and copy, right click and paste on any webpage with copy protection
Allow Select And Copy क्या है?
Allow Select And Copy dimavanguard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow selection and copy, right click and paste on any webpage with copy protection"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Allow Select And Copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sometimes you enter a website where is some usefull information, but you can not select it and/or copy. This extension make it possible! Moreover, extension will work automatically after few seconds when you enter the website. ************ULTRA MODE************ Press ALT + SHIFT + A to enter ULTRA MODE On some sites will be necessary to enter ULTRA MODE in order to select text. ************ULTRA MODE************
एक्सटेंशन की मूल जानकारी
नाम | Allow Select And Copy |
ID | lamaakaemgdclpnfbofmhpkanfnojjch |
आधिकारिक URL | https://chromewebstore.google.com/detail/allow-select-and-copy/lamaakaemgdclpnfbofmhpkanfnojjch |
विवरण | Allow selection and copy, right click and paste on any webpage with copy protection |
फ़ाइल का आकार | 14.97 KB |
स्थापना संख्या | 163,666 |
वर्तमान संस्करण | 3.1.5 |
अंतिम अपडेट | 2018-01-06 |
प्रकाशन तिथि | 2018-01-06 |
रेटिंग | 3.79/5 कुल 246 रेटिंग्स |
डेवलपर | dimavanguard |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Allow Select And Copy", "short_name": "Copy Unblock", "description": "Allow selection and copy, right click and paste on any webpage with copy protection", "version": "3.1.5", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "ALT + SHIFT + A to enter ULTRA COPY MODE.\nClick to open menu" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_idle", "all_frames": true } ] } |