Re-enable Copy
Removes copy disablers from certain pages; gives the information's control back to the user.
Re-enable Copy क्या है?
Re-enable Copy tacla.yamada द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes copy disablers from certain pages; gives the information's control back to the user."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Re-enable Copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This disables copy spies which try to prevent users from copy and pasting content from a web page.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kpojaicmdgpmoemkdlbnmokolafjmcbn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn |
विवरण | Removes copy disablers from certain pages; gives the information's control back to the user. |
फ़ाइल का आकार | 17.25 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2014-07-03 |
प्रकाशन तिथि | 2014-07-03 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | tacla.yamada |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/yamadapc/re-enable-copy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Re-enable Copy", "description": "Removes copy disablers from certain pages; gives the information's control back to the user.", "version": "0.0.1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.folha.uol.com.br\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ] } |