Paste Enforcer
It will type the contents of your Clipboard so you can paste text in websites that block it
Paste Enforcer क्या है?
Paste Enforcer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It will type the contents of your Clipboard so you can paste text in websites that block it"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Paste Enforcer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It will type the contents of your Clipboard so you can paste text in websites that block it. Just right click the field and select: "Force paste!"
एक्सटेंशन की मूल जानकारी
नाम | Paste Enforcer |
ID | klioagabdlbmbhomedhkfkjggelmfclg |
आधिकारिक URL | https://chromewebstore.google.com/detail/paste-enforcer/klioagabdlbmbhomedhkfkjggelmfclg |
विवरण | It will type the contents of your Clipboard so you can paste text in websites that block it |
फ़ाइल का आकार | 64.39 KB |
स्थापना संख्या | 1,677 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-12-12 |
प्रकाशन तिथि | 2018-12-06 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paste Enforcer", "version": "1.1", "description": "It will type the contents of your Clipboard so you can paste text in websites that block it", "permissions": [ "contextMenus", "activeTab", "clipboardRead" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "vendor\/jquery.js", "vendor\/bililiteRange.js", "vendor\/jquery.sendkeys.js", "content-script.js" ], "all_frames": true } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |