Cyberian Paste Pro
Enable Paste , Copy , Cut , Select Text , Right Click On Websites
Co to jest Cyberian Paste Pro?
Cyberian Paste Pro to rozszerzenie Chrome opracowane przez Cyberian.pk, a jego główną funkcją jest „Enable Paste , Copy , Cut , Select Text , Right Click On Websites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cyberian Paste Pro
Pobierz pliki rozszerzeń Cyberian Paste Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Let star to search a quiz to copy and search specific sites of your copied question from Quiz.
Podstawowe informacje o rozszerzeniu
Nazwa | Cyberian Paste Pro |
ID | ndlmhflffabhofkhngpnhgbfaodijmpb |
Oficjalny URL | https://chromewebstore.google.com/detail/cyberian-paste-pro/ndlmhflffabhofkhngpnhgbfaodijmpb |
Opis | Enable Paste , Copy , Cut , Select Text , Right Click On Websites |
Rozmiar pliku | 42.69 KB |
Liczba instalacji | 663 |
Aktualna Wersja | 2.6.3 |
Ostatnia Aktualizacja | 2020-07-04 |
Data Publikacji | 2020-07-04 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Cyberian.pk |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://cyberian.pk/ |
Adres URL Strony Pomocy | https://cyberian.pk/topic/110/ |
Adres URL Strony Polityki Prywatności | https://cyberian.pk/Privacy-Policy |
Obsługiwane Języki | 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" } ] } |