Cyberian Paste Pro
Enable Paste , Copy , Cut , Select Text , Right Click On Websites
Cos'è Cyberian Paste Pro?
Cyberian Paste Pro è un'estensione di Chrome sviluppata da Cyberian.pk, e la sua funzione principale è "Enable Paste , Copy , Cut , Select Text , Right Click On Websites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cyberian Paste Pro
Scarica i file di estensione Cyberian Paste Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Let star to search a quiz to copy and search specific sites of your copied question from Quiz. Informazioni di Base sull'Estensione
| Nome | |
| ID | ndlmhflffabhofkhngpnhgbfaodijmpb |
| URL Ufficiale | https://chromewebstore.google.com/detail/cyberian-paste-pro/ndlmhflffabhofkhngpnhgbfaodijmpb |
| Descrizione | Enable Paste , Copy , Cut , Select Text , Right Click On Websites |
| Dimensione del File | 42.69 KB |
| Conteggio Installazioni | 663 |
| Versione Corrente | 2.6.3 |
| Ultimo Aggiornamento | 2020-07-04 |
| Data di Pubblicazione | 2020-07-04 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Cyberian.pk |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://cyberian.pk/ |
| URL della Pagina di Aiuto | https://cyberian.pk/topic/110/ |
| URL della Pagina della Politica sulla Privacy | https://cyberian.pk/Privacy-Policy |
| Lingue Supportate | 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"
}
]
} | |