Paste Enforcer

It will type the contents of your Clipboard so you can paste text in websites that block it

What is Paste Enforcer?

Paste Enforcer is a Chrome extension developed by Unknown, and its main feature is "It will type the contents of your Clipboard so you can paste text in websites that block it".

Extension Screenshots

screenshot

Download Paste Enforcer Extension CRX File

Download Paste Enforcer 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

                        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!"                    

Extension Basic Information

Name Paste Enforcer Paste Enforcer
ID klioagabdlbmbhomedhkfkjggelmfclg
Official URL https://chromewebstore.google.com/detail/paste-enforcer/klioagabdlbmbhomedhkfkjggelmfclg
Description It will type the contents of your Clipboard so you can paste text in websites that block it
File Size 64.39 KB
Installation Count 1,677
Current Version 1.1
Last Updated 2018-12-12
Publish Date 2018-12-06
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages 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
}