Cyberian Paste Pro

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

Cyberian Paste Proคืออะไร?

Cyberian Paste Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cyberian.pk และคุณลักษณะหลักของมันคือ "Enable Paste , Copy , Cut , Select Text , Right Click On Websites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyberian Paste Pro

ดาวน์โหลดไฟล์ส่วนขยาย Cyberian Paste Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cyberian Paste Pro Cyberian Paste Pro
ID ndlmhflffabhofkhngpnhgbfaodijmpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cyberian-paste-pro/ndlmhflffabhofkhngpnhgbfaodijmpb
คำอธิบาย Enable Paste , Copy , Cut , Select Text , Right Click On Websites
ขนาดไฟล์ 42.69 KB
จำนวนการติดตั้ง 663
เวอร์ชันปัจจุบัน 2.6.3
อัปเดตครั้งล่าสุด 2020-07-04
วันที่เผยแพร่ 2020-07-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Cyberian.pk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cyberian.pk/
URL หน้าช่วยเหลือ https://cyberian.pk/topic/110/
URL หน้านโยบายความเป็นส่วนตัว https://cyberian.pk/Privacy-Policy
ภาษาที่รองรับ 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"
        }
    ]
}