Enable Paste
Vihaan Info Solutions
What is Enable Paste?
Enable Paste is a Chrome extension developed by rakeshpawar666, and its main feature is "Vihaan Info Solutions".
Extension Screenshots
Download Enable Paste Extension CRX File
Download Enable Paste extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension lets you enable Copy & Paste
Extension Basic Information
Name | |
ID | mbiebkejljkljddhjfegppjnfbhcbnpe |
Official URL | https://chrome.google.com/webstore/detail/enable-paste/mbiebkejljkljddhjfegppjnfbhcbnpe |
Description | Vihaan Info Solutions |
File Size | 98.12 KB |
Installation Count | 2,125 |
Current Version | 0.1.2 |
Last Updated | 2019-08-16 |
Publish Date | 2019-08-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | rakeshpawar666 |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Paste", "description": "Vihaan Info Solutions", "version": "0.1.2", "manifest_version": 2, "icons": { "16": "v_latter16.png", "48": "v_latter48.png", "128": "v_latter128.png" }, "browser_action": { "default_icon": "v_latter48.png", "default_popup": "popup.html", "default_title": "VIHAAN INFO SOLUTIONS" }, "permissions": [ "http:\/\/localhost:54222\/*", "https:\/\/stackoverflow.com\/*", "http:\/\/policyinsurancecrm.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:54222\/*", "https:\/\/stackoverflow.com\/*", "http:\/\/policyinsurancecrm.com\/*" ], "js": [ "scripts\/content.js", "scripts\/fingerprint2.js", "scripts\/jquery.min.js" ] } ] } |