Cyberian Paste Pro

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

什麼是Cyberian Paste Pro?

Cyberian Paste Pro是由Cyberian.pk開發的Chrome擴展程式,該擴展的主要功能是“Enable Paste , Copy , Cut , Select Text , Right Click On Websites”。

擴展截圖

screenshot

下載Cyberian Paste Pro擴展crx文件

下載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
官方網址 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"
        }
    ]
}