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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to copy & paste text on websites which block it."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Blend & Run: Enable copy and paste 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}