Can we rebuild it?
Allow Right-Click icon

Can we rebuild Allow Right-Click?

Build a Chrome extension like Allow Right-Click — a Allow Right-Click alternative you own.

If you want to build your own Allow Right-Click, creating a dedicated Chrome extension alternative is straightforward. Websites that disable context menus or text copying rely on standard JavaScript event listeners. By deploying your own lightweight tool, you can neutralize these blocking scripts on demand without exposing your browsing history to third-party tools.

Users
400K
Rating
★ 4.3
Category
Verdict
YES

The listing record

NameAllow Right-Click
Store rating4.3 / 5 · 269 ratings
Users400K+
Store listingChrome Web Store ↗
Analyzed12 September 2026

What Allow Right-Click does

This extension is a clean implementation to re-enable right-click context menu on websites that prevent it. Some websites prevent right-click to prohibit the user from copying or pasting content. This is a misuse of a browser feature that is designed to allow website owners to provide their own context menu not to block the user from accessing the browser's default context. How to use the extension? Simply click on the toolbar button if the right-click is blocked on a website. That's it! Note that this extension uses a non-persistent background script which means it is not using any resource unless the toolbar button is pressed. So compared to the other alternatives it can be considered more efficient implementation. Some extra use cases: 1. Copy image from image hosting websites such as Instragram (www.instagram.com) or 500px (500px.com). 2.

What the store says

★ 4.3 from 269 ratings · 400K users

Pulled live from the Chrome Web Store listing at analysis time.

Can PlugThis rebuild Allow Right-Click?

YESYes — you can rebuild this.

A few event listener overrides inside a simple content script are all it takes.

Allow Right-Click simply overrides JavaScript DOM events that block context menus, copy events, and text selection. This requires only a standard content script and `chrome.action` clicks with zero backend or external APIs needed. You can build a completely functional clone in minutes.

What's actually hard to replicate
Edge-case DOM handlingAggressive frame protection bypasses

Why build your own Allow Right-Click alternative

  • Zero analytics or telemetry tracking your browsing activity
  • Customizable override rules per domain
  • Toggle bypasses for text selection, drag-and-drop, and context menus separately
  • Full transparency over injected scripts on sensitive pages

What it costs vs what you'd save

The original: The store listing does not specify a price.

Your version: Building your own is completely free and eliminates the security risk of third-party scripts intercepting your page interactions and clipboard contents.

The starter prompt

Starter prompt — paste into PlugThis
Build a Manifest V3 Chrome extension that re-enables right-clicking and text copying on restricted sites. When the user clicks the action toolbar icon, inject a content script into the active tab and all its frames that stops propagation for contextmenu, selectstart, copy, cut, and dragstart event handlers, while applying CSS rules to override user-select: none.
Build it with PlugThis →

Features you could add that Allow Right-Click doesn't have

Because you own the code, these are a follow-up prompt away — tap one to add it to the prompt above.

  • Auto-enable per domainAutomatically apply event unblockers on saved domains like Instagram or 500px without clicking each time.
  • CSS user-select forceInject CSS rules that strip `-webkit-user-select: none` to instantly restore text highlighting.

Questions about rebuilding Allow Right-Click

How does overriding context menu blockers work?

The extension injects a small script that stops the propagation of `contextmenu`, `copy`, `cut`, and `selectstart` events, restoring native browser behavior.

Does this work inside nested iframes?

Yes, by configuring the content script to run in `all_frames: true`, the overrides apply to embedded content across the entire page.

Will this break websites with legitimate custom context menus?

Because it activates on a toolbar click or specific whitelist, you can choose only to enable it on sites that actively block basic browser features.

How to build it yourself

  1. 1
    Open PlugThis and start a new build

    Head to PlugThis and start a new Chrome extension. You're describing a Allow Right-Click alternative you'll own outright — no store subscription.

  2. 2
    Paste the starter prompt

    Paste the starter prompt above. PlugThis expands it into a full Manifest V3 extension — popup, content scripts, and service worker included.

  3. 3
    Review, tweak, and load it

    Review the generated code, ask for tweaks in plain English, then download and load the unpacked extension in Chrome to try it.

  4. 4
    Publish it (optional)

    When you're happy, publish your Allow Right-Click alternative to the Chrome Web Store — or just keep it as a private tool for yourself.

Build your own Allow Right-Click alternative

Describe it in plain English. PlugThis generates the full Manifest V3 Chrome extension in about two minutes.

Build it with PlugThis →

More teardowns

We run the same teardown on any Chrome extension — what it does, whether a self-built alternative holds up, and the prompt to make one. Tear down another extension, or see the extensions we've actually rebuilt and filmed — real build times, real prompts, real recordings.

Sources & verification

  • All facts pulled live from the Chrome Web Store listing ↗.
  • The verdict is drafted by the PlugThis teardown engine — an opinion about buildability, not affiliation with Allow Right-Click.
  • Written by PlugThis, which builds Chrome extensions from plain-English prompts.

Published and last updated 12 September 2026. Figures reflect the Chrome Web Store listing on that date and may have changed since.