Nope 2 Overlays
Removes intrusive popups, overlays, signup walls, sign-in walls, and adblock reminders. Improve your browsing experience.
什么是Nope 2 Overlays?
Nope 2 Overlays是由redballoon开发的Chrome扩展程序,该扩展的主要功能是“Removes intrusive popups, overlays, signup walls, sign-in walls, and adblock reminders. Improve your browsing experience.”。
扩展截图
下载Nope 2 Overlays扩展crx文件
下载Nope 2 Overlays扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Nope 2 Overlays |
ID | bhlfiadmogondcnpfcfjepokmmcjgdoe |
官方URL | https://chromewebstore.google.com/detail/nope-2-overlays/bhlfiadmogondcnpfcfjepokmmcjgdoe |
简介 | Removes intrusive popups, overlays, signup walls, sign-in walls, and adblock reminders. Improve your browsing experience. |
文件大小 | 143 KB |
安装次数 | 934 |
当前版本 | 1.0.8 |
更新时间 | 2019-12-03 |
上架时间 | 2019-12-01 |
评分 | 2.88/5 共8次评分 |
开发者 | redballoon |
付费类型 | free |
扩展官网 | https://github.com/redballoon/chrome-extension_Nope2Overlays_support-list |
帮助页面URL | https://github.com/redballoon/chrome-extension_Nope2Overlays_support-list |
隐私政策页面URL | https://privacypolicies.com/privacy/view/ef45aefc9aa575051d0712e174836704 |
支持的语言 | 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'" } |