A Chrome extension that ensures right-clicking and text selection are always enabled, even if overridden by the web designer.
- Always allow right-click on any webpage
- Enable text selection on restricted pages
- Clone or download this repository.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" at the top right.
- Click "Load unpacked" and select the directory containing the extension files.
manifest.json
: The extension manifest file.content.js
: The content script to enable right-click and text selection.background.js
: The background script to handle extension activation.popup.html
: An optional popup for manual activation.icons/
: Directory containing extension icons (icon16.png
,icon48.png
,icon128.png
).
- Install the extension as described above.
- The extension will automatically enable right-click and text selection on all pages.
- Alternatively, you can manually enable it by clicking the extension icon in the Chrome toolbar.
Contributions are welcome! Please fork this repository and submit a pull request for any improvements or fixes.
This project is licensed under the MIT License. See the LICENSE file for details.