Re-enable Copy
Removes copy disablers from certain pages; gives the information's control back to the user.
Was ist Re-enable Copy?
Re-enable Copy ist eine Chrome-Erweiterung, die von tacla.yamada entwickelt wurde, und ihr Hauptmerkmal ist "Removes copy disablers from certain pages; gives the information's control back to the user.".
Re-enable Copy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Re-enable 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
This disables copy spies which try to prevent users from copy and pasting content from a web page. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kpojaicmdgpmoemkdlbnmokolafjmcbn |
| Offizielle URL | https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn |
| Beschreibung | Removes copy disablers from certain pages; gives the information's control back to the user. |
| Dateigröße | 17.25 KB |
| Installationsanzahl | 56 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2014-07-03 |
| Veröffentlichungsdatum | 2014-07-03 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | tacla.yamada |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/yamadapc/re-enable-copy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Re-enable Copy",
"description": "Removes copy disablers from certain pages; gives the information's control back to the user.",
"version": "0.0.1",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.folha.uol.com.br\/*"
],
"js": [
"main.js"
],
"run_at": "document_end"
}
]
} | |