Don't F*** With Paste
Prevents the blocking of copying from & pasting into input fields
Τι είναι το Don't F*** With Paste;
Το Don't F*** With Paste είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jacob Swanner, και η κύρια λειτουργία του είναι "Prevents the blocking of copying from & pasting into input fields".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Don't F*** With Paste
Λήψη αρχείων επέκτασης Don't F*** With Paste σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Extension that prevents the blocking of "copy", "cut" & "paste" browser events. This extension does not try to prevent a site from also interfering with keyboard shortcuts related to those browser actions (control-v, command-v, etc.), nor does this extension prevent sites from interfering with the "contextmenu" event (right click menu). For those super annoying sites that interfere with keyboard shortcuts and context menu, using Edit -> Paste from the browser's menu might be required. Version 2 is a major update to the extension. It makes it much easier to ensure the extension is only running on sites that are bad actors with copy & paste events and it also provides visibility into the active/inactive state of the extension for each tab. In order to provide the smoothest experience as possible, the extension needs to know when you change active tabs. In order for the extension to know about that event, it needs the "tabs" permission, which Chrome describes as "can read and change all your data on websites you visit." That description is very scary, and is certainly not what this extension is doing. Being an open-sourced project, you can always read all the code to see how this extension works, and what it's [not] doing with your data.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Don't F*** With Paste |
ID | nkgllhigpcljnhoakjkgaieabnkmgdkb |
Επίσημο URL | https://chromewebstore.google.com/detail/dont-f-with-paste/nkgllhigpcljnhoakjkgaieabnkmgdkb |
Περιγραφή | Prevents the blocking of copying from & pasting into input fields |
Μέγεθος Αρχείου | 83.71 KB |
Αριθμός Εγκαταστάσεων | 160,791 |
Τρέχουσα Έκδοση | 2.9 |
Τελευταία Ενημέρωση | 2022-05-21 |
Ημερομηνία Δημοσίευσης | 2020-02-04 |
Αξιολόγηση | 4.33/5 Συνολικά 621 Αξιολογήσεις |
Προγραμματιστής | Jacob Swanner |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/jswanner/DontF-WithPaste |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/jswanner/DontF-WithPaste/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "dfwp.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "clipboard-inactive-32.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "dfwp.js", "content.js" ], "matches": [ " |