Cyberian Paste Pro

Enable Paste , Copy , Cut , Select Text , Right Click On Websites

What is Cyberian Paste Pro?

Cyberian Paste Pro is a Chrome extension developed by Cyberian.pk, and its main feature is "Enable Paste , Copy , Cut , Select Text , Right Click On Websites".

Extension Screenshots

screenshot

Download Cyberian Paste Pro Extension CRX File

Download Cyberian Paste Pro 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

                        Let star to search a quiz to copy and search specific sites of your copied question from Quiz.                    

Extension Basic Information

Name Cyberian Paste Pro Cyberian Paste Pro
ID ndlmhflffabhofkhngpnhgbfaodijmpb
Official URL https://chromewebstore.google.com/detail/cyberian-paste-pro/ndlmhflffabhofkhngpnhgbfaodijmpb
Description Enable Paste , Copy , Cut , Select Text , Right Click On Websites
File Size 42.69 KB
Installation Count 663
Current Version 2.6.3
Last Updated 2020-07-04
Publish Date 2020-07-04
Rating 5.00/5 Total 2 Ratings
Developer Cyberian.pk
Email [email protected]
Payment Type free
Extension Website https://cyberian.pk/
Help Page URL https://cyberian.pk/topic/110/
Privacy Policy Page URL https://cyberian.pk/Privacy-Policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyberian Paste Pro",
    "version": "2.6.3",
    "description": "Enable Paste , Copy , Cut , Select Text , Right Click On Websites",
    "author": "Cyberian",
    "browser_action": {
        "default_title": "Cyberian Paste Pro is Disabled",
        "default_icon": "disable.png"
    },
    "icons": {
        "64": "past_pro.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}