NoPopup
Move the popup to the popup source window.
What is NoPopup?
NoPopup is a Chrome extension developed by developer.waieight., and its main feature is "Move the popup to the popup source window.".
Extension Screenshots
Download NoPopup Extension CRX File
Download NoPopup 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
This extension prevents the appearance of pop-ups.
Extension Basic Information
Name | NoPopup |
ID | ekhcnjfhfmbakjbnifmenejleppjbkif |
Official URL | https://chromewebstore.google.com/detail/nopopup/ekhcnjfhfmbakjbnifmenejleppjbkif |
Description | Move the popup to the popup source window. |
File Size | 8.58 KB |
Installation Count | 114 |
Current Version | 0.0.0.6 |
Last Updated | 2024-01-16 |
Publish Date | 2019-07-30 |
Developer | developer.waieight. |
[email protected] | |
Payment Type | free |
Extension Website | https://waieight.hatenablog.jp/ |
Privacy Policy Page URL | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NoPopup", "version": "2.0.0.6", "version_name": "0.0.0.6", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "webNavigation" ] } |