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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } ] } |