PasteEnabler

Paste when you're not allowed, copy when you're not allowed!

Co to jest PasteEnabler?

PasteEnabler to rozszerzenie Chrome opracowane przez https://jonlu.ca, a jego główną funkcją jest „Paste when you're not allowed, copy when you're not allowed!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PasteEnabler

Pobierz pliki rozszerzeń PasteEnabler 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

                        Reenables the following functionality on sites that disable it:

* Ability to paste content
* Ability to copy content
* Ability to cut content
* Ability to right click content
* Ability to autocomplete certain inputs
* Ability to select text
* Ability to drag and drop text to/from inputs

If a website does not allow you to copy and paste, or do any of the above, simply click the icon and try again!

Source code here: https://github.com/jonluca/PasteEnabler

Open an issue on GitHub if there are any sites on which this extension does not work!                    

Podstawowe informacje o rozszerzeniu

Nazwa PasteEnabler PasteEnabler
ID dhadehfniifbmemochpmbofcjckpdnnl
Oficjalny URL https://chromewebstore.google.com/detail/pasteenabler/dhadehfniifbmemochpmbofcjckpdnnl
Opis Paste when you're not allowed, copy when you're not allowed!
Rozmiar pliku 28.6 KB
Liczba instalacji 2,141
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2021-06-10
Data Publikacji 2019-05-03
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://jonlu.ca
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PasteEnabler",
    "description": "Paste when you're not allowed, copy when you're not allowed!",
    "version": "0.3",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "64": "images\/icon64.png",
        "32": "images\/icon32.png",
        "38": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/jonlu.ca",
    "web_accessible_resources": [
        "js\/*"
    ]
}