Blend & Run: Enable copy and paste

Extension to copy & paste text on websites which block it.

Blend & Run: Enable copy and paste क्या है?

Blend & Run: Enable copy and paste Hashcut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to copy & paste text on websites which block it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blend & Run: Enable copy and paste एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Blend & Run is a Chrome extension that helps you paste text/code on websites that block copy & paste. 
Feel free to contribute: https://github.com/HASHCUT69/Blend-n-Run
This extension was developed by Sandeep Pani, Sathvik Achanta, and Akash Muriki.

What's New?
v1.0.0.3
-Added reviewing/rating option
-General Bug Fixes
v1.0.0.2
-Fixed major bug (contribute button not working).
v1.0.0.1
-Fixed minor bugs
v1.0.0.0
-Added Mac Support (newer Macs)
-Added Visual Changes                    

एक्सटेंशन की मूल जानकारी

नाम Blend & Run: Enable copy and paste Blend & Run: Enable copy and paste
ID ioebblnijghcghflgjlgbhjbdgkofcjp
आधिकारिक URL https://chromewebstore.google.com/detail/blend-run-enable-copy-and/ioebblnijghcghflgjlgbhjbdgkofcjp
विवरण Extension to copy & paste text on websites which block it.
फ़ाइल का आकार 2.11 MB
स्थापना संख्या 4,236
वर्तमान संस्करण 1.0.0.3
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2022-09-27
रेटिंग 4.81/5 कुल 42 रेटिंग्स
डेवलपर Hashcut
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/HASHCUT69/Blend-n-Run
सहायता पृष्ठ URL https://github.com/HASHCUT69/Blend-n-Run
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blend & Run: Enable copy and paste",
    "version": "1.0.0.3",
    "description": "Extension to copy & paste text on websites which block it.",
    "manifest_version": 3,
    "author": "Sandeep Pani , Sathvik Achanta & Akash Muriki",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dependencies\/jquery\/jquery-3.6.1.min.js",
                "billiliteRange\/bililiteRange\/bililiteRange.js",
                "billiliteRange\/bililiteRange\/bililiteRange.undo.js",
                "billiliteRange\/bililiteRange\/bililiteRange.lines.js",
                "billiliteRange\/bililiteRange\/jquery.sendkeys.js",
                "scripts\/script.js",
                "dependencies\/bootstrap-5.2.3-dist\/bootstrap-5.2.3-dist\/js\/bootstrap.bundle.min.js",
                "scripts\/popup.js"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon_new.png",
        "default_popup": "index.html",
        "default_title": "Copy-paste-code"
    }
}