Allow Select And Copy

Allow selection and copy, right click and paste on any webpage with copy protection

Was ist Allow Select And Copy?

Allow Select And Copy ist eine Chrome-Erweiterung, die von dimavanguard entwickelt wurde, und ihr Hauptmerkmal ist "Allow selection and copy, right click and paste on any webpage with copy protection".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Allow Select And Copy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Allow Select And Copy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Sometimes you enter a website where is some usefull information, but you can not select it and/or copy. This extension make it possible! Moreover, extension will work automatically after few seconds when you enter the website.

************ULTRA MODE************
Press ALT + SHIFT + A to enter ULTRA MODE
On some sites will be necessary to enter ULTRA MODE in order to select text.
************ULTRA MODE************                    

Grundlegende Informationen zur Erweiterung

Name Allow Select And Copy Allow Select And Copy
ID lamaakaemgdclpnfbofmhpkanfnojjch
Offizielle URL https://chromewebstore.google.com/detail/allow-select-and-copy/lamaakaemgdclpnfbofmhpkanfnojjch
Beschreibung Allow selection and copy, right click and paste on any webpage with copy protection
Dateigröße 14.97 KB
Installationsanzahl 163,666
Aktuelle Version 3.1.5
Letztes Update 2018-01-06
Veröffentlichungsdatum 2018-01-06
Bewertung 3.79/5 Insgesamt 246 Bewertungen
Entwickler dimavanguard
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Allow Select And Copy",
    "short_name": "Copy Unblock",
    "description": "Allow selection and copy, right click and paste on any webpage with copy protection",
    "version": "3.1.5",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "ALT + SHIFT + A to enter ULTRA COPY MODE.\nClick to open menu"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}