More Send

Your awesome description here

More Send란 무엇입니까?

More Send은(는) https://moresendeg.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your awesome description here"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

More Send 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        نتخصص في خدمة الواتساب
حيث تتوجه كبرى الشركات العالمية للأعتماد علي خدمه الواتساب لما تقدمه من مميزات مفيدة وتوفير كبير بالمال والوقت والجهد ونستخدم افضل واحدث الاساليب والطرق المتوفرة في مجال تكنولوجيا المعلومات الى العملاء الذين يرغبون في تسويق اعمالهم مما يعود عليهم وعلى اعمالهم بالنفع والفائدة                    

확장 프로그램 기본 정보

이름 More Send More Send
ID cbajpefplceblbebeicnmlohkkbckdde
공식 URL https://chromewebstore.google.com/detail/more-send/cbajpefplceblbebeicnmlohkkbckdde
설명 Your awesome description here
파일 크기 1.96 MB
설치 횟수 35
현재 버전 1.4.5
최근 업데이트 2022-07-08
출시 날짜 2020-06-23
개발자 https://moresendeg.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://moresendeg.com/
지원되는 언어 ar
manifest.json
{
    "manifest_version": 2,
    "name": "More Send",
    "short_name": "More Send",
    "version": "1.4.5",
    "description": "Your awesome description here",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "More Send",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistence": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "background",
        "clipboardWrite",
        "clipboardRead",
        "storage",
        "*:\/\/*.whatsapp.com\/*",
        "*:\/\/*.whatsapp.info\/*",
        "*:\/\/*.moresendeg.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}