Allow copy

Allow selecting,Allow copying, Allow right clicking in some restricted pages.

Was ist Allow copy?

Allow copy ist eine Chrome-Erweiterung, die von https://igitech.vn entwickelt wurde, und ihr Hauptmerkmal ist "Allow selecting,Allow copying, Allow right clicking in some restricted pages.".

Erweiterungsscreenshots

screenshot

Allow copy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Allow 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

                        Unblock Context Menu and Select, Allow selecting, Allow copying, Allow right clicking in some restricted pages.
Cho phép sao chép, click chuột phải ở những website chặn không cho copy nội dung.

Keyword:
Allow select
Allow copy
Enable copy                    

Grundlegende Informationen zur Erweiterung

Name Allow copy Allow copy
ID gbjocelfmcapnmcocncmheabfhdhmadl
Offizielle URL https://chromewebstore.google.com/detail/allow-copy/gbjocelfmcapnmcocncmheabfhdhmadl
Beschreibung Allow selecting,Allow copying, Allow right clicking in some restricted pages.
Dateigröße 104 KB
Installationsanzahl 4,609
Aktuelle Version 1.0.1
Letztes Update 2023-07-19
Veröffentlichungsdatum 2021-02-24
Entwickler https://igitech.vn
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://suaweb.vn/
Hilfeseite URL https://igitech.vn/lien-he.html
URL der Datenschutzrichtlinien-Seite https://igitech.vn/dieu-khoan-bao-mat-pt.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "Allow copy"
    },
    "description": "Allow selecting,Allow copying, Allow right clicking in some restricted pages.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Allow copy",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "enable.js"
    ]
}