EnableCopy
Enable Copy, Simple Click Copy, Enable Select, Enable Paste in Every Site. Crack Disable Copy.
Vad är EnableCopy?
EnableCopy är en Chrome-tillägg utvecklad av extfun, och dess huvudfunktion är "Enable Copy, Simple Click Copy, Enable Select, Enable Paste in Every Site. Crack Disable Copy.".
Tilläggsskärmbilder
Ladda ner EnableCopy-förlängningens CRX-fil
Ladda ner EnableCopy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Enable Copy, Simple Click Copy, Enable Select, Enable Paste in Every Site. Crack Disable Copy.
Re-enable Copy on every no copy site.
Crack Disable Copy or Cancel Crack by click the icon.
Unblock Context menu and Select is a tool that helps you bypass web site copy protection.
Have you ever tried to select a text or access a context menu or copy a text, and nothing happened? Website owners can use technical tricks to disable selecting and copying content from their webpages.
We believe that a decent browser shouldn’t allow such tricks.
With Enable Copy extension, you control of your browser context menu again. Grundläggande Information om Tillägg
| Namn | |
| ID | cbeddgnekobecklededenpjgnidbenmj |
| Officiell webbadress | https://chromewebstore.google.com/detail/enablecopy/cbeddgnekobecklededenpjgnidbenmj |
| Beskrivning | Enable Copy, Simple Click Copy, Enable Select, Enable Paste in Every Site. Crack Disable Copy. |
| Filstorlek | 137 KB |
| Antal Installationer | 247 |
| Aktuell Version | 0.1.2 |
| Senast Uppdaterad | 2022-08-28 |
| Publiceringsdatum | 2022-06-29 |
| Utvecklare | extfun |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8 |
| Stödda Språk | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": [],
"background": {
"service_worker": "background.js"
},
"default_locale": "en",
"description": "__MSG_description__",
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"icons": {
"128": "img\/ico.png",
"19": "img\/ico.png",
"48": "img\/ico.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery.js",
"js\/clipboard.min.js",
"js\/crack.js"
],
"run_at": "document_end"
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "rules.json"
}
]
},
"manifest_version": 3,
"name": "__MSG_name__",
"options_page": "option.html",
"permissions": [
"storage",
"tabs",
"scripting",
"declarativeNetRequest"
],
"web_accessible_resources": [
{
"resources": [
"js\/doc88.js",
"js\/qqdoc.js",
"js\/qqdoc2.js"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"version": "0.1.2"
} | |