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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
}
]
} | |