Nope 2 Overlays

Removes intrusive popups, overlays, signup walls, sign-in walls, and adblock reminders. Improve your browsing experience.

What is Nope 2 Overlays?

Nope 2 Overlays is a Chrome extension developed by redballoon, and its main feature is "Removes intrusive popups, overlays, signup walls, sign-in walls, and adblock reminders. Improve your browsing experience.".

Extension Screenshots

screenshot

Download Nope 2 Overlays Extension CRX File

Download Nope 2 Overlays extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tired of getting those annoying "It looks like you’re using an ad-blocker" popups?

Tired of using an extension only to find out the page is not scrollable or
the page is blurry and unreadable?

Then Nope 2 Overlays is the solution for you!

Dismiss email newsletter overlays, and special offers modals as well.

Initially created for personal use after having one too many bad experiences with other extensions. Some would work for simple sites but eventually fail on another site. Most extensions use the same logic for all sites, ignoring the fact that sites are unique.

We aim to be a constantly evolving extension with the help of Chrome users to stay ahead of the curve and keep bad popups down.

### Features:
☞ No performance impact on your browsing. It will only activate when triggered.
☞ Your preferences are not saved, just refresh to see the popups you removed again.
☞ Defaults to using a generic logic for most unknown sites.
☞ Custom logic for all sites on the 'supported' list to guarantee removal of overlays and free updates when the sites change/update.

★ With your help we can identify and grow a list of sites
that circumvent extensions like this one and add them to our 'supported' list.

★ Supported list of sites is available publicly on [Github](https://github.com/redballoon/chrome-extension_Nope2Overlays_support-list) to make it easier to track and update. Those who are familiar with the site can create pull requests or issues for sites they have identified.

★ You can also send us sites to add through this [form](https://goo.gl/forms/4shqVwIRPgonvprr2)


### FAQ
**Does it only work for supported sites ?**

No, it will also run on unknown sites and try it's best to remove overlays. If you have any issues with a certain site you can always contact us with this [form](https://goo.gl/forms/4shqVwIRPgonvprr2).

**I found a site that doesn't work, how do I add it to the supported list?**
You can either send us the info through this [form](https://goo.gl/forms/4shqVwIRPgonvprr2) or through Github if you are familiar with it.


### Shoutouts
- Used https://vectr.com to create the icons quickly and easily. (#673ab7)


### Other
- [Privacy Policy](https://privacypolicies.com/privacy/view/ef45aefc9aa575051d0712e174836704)


### Updates

1.0.8
Minor description updates
Minor enhancement and bug fixes.

----------------------------------------------------

1.0.7
Minor improvement to generic logic, will handle sites like washingtonpost better.
Add support for latimes site
Track output reports to watch bundle size
Fix GA bug

----------------------------------------------------

1.0.6
Update nytimes site logic
Add support for forbes site

----------------------------------------------------

1.0.5
Fix GA bug

----------------------------------------------------

1.0.4
Fix scrollbar bug on certain pages.
Since we don't use any permissions each update would cause a review process of 5+ days.
Refactored to use 'activeTab' to reduce review time.
Adding UI feedback for user actions.

----------------------------------------------------

1.0.0.3
Remove stats file that was bloating the extension. From 1.3MB to 145KB.
Update custom algorithm for www.nytimes.com.

----------------------------------------------------


By using this add-on, you agree to the Nope2Overlays Terms & Conditions.

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.


----------------------------------------------------


Nope to Overlays

a chrome extension that aims to improve your browsing experience. Removes intrusive popups, overlays, signup walls, sign-in walls, adblock reminders, email newsletter overlays, and special offers modals.                    

Extension Basic Information

Name Nope 2 Overlays Nope 2 Overlays
ID bhlfiadmogondcnpfcfjepokmmcjgdoe
Official URL https://chromewebstore.google.com/detail/nope-2-overlays/bhlfiadmogondcnpfcfjepokmmcjgdoe
Description Removes intrusive popups, overlays, signup walls, sign-in walls, and adblock reminders. Improve your browsing experience.
File Size 143 KB
Installation Count 934
Current Version 1.0.8
Last Updated 2019-12-03
Publish Date 2019-12-01
Rating 2.88/5 Total 8 Ratings
Developer redballoon
Payment Type free
Extension Website https://github.com/redballoon/chrome-extension_Nope2Overlays_support-list
Help Page URL https://github.com/redballoon/chrome-extension_Nope2Overlays_support-list
Privacy Policy Page URL https://privacypolicies.com/privacy/view/ef45aefc9aa575051d0712e174836704
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nope 2 Overlays",
    "manifest_version": 2,
    "version": "1.0.8",
    "author": "Fredi Quirino",
    "default_locale": "en",
    "description": "Removes intrusive popups, overlays, signup walls, sign-in walls, and adblock reminders. Improve your browsing experience.",
    "minimum_chrome_version": "65",
    "icons": {
        "16": ".\/images\/icons\/16x16.png",
        "24": ".\/images\/icons\/24x24.png",
        "32": ".\/images\/icons\/32x32.png",
        "48": ".\/images\/icons\/48x48.png",
        "128": ".\/images\/icons\/128x128.png"
    },
    "browser_action": {
        "default_title": "Nope 2 Overlays",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}