NoPopup
Move the popup to the popup source window.
Wat is NoPopup?
NoPopup is een Chrome-extensie ontwikkeld door developer.waieight., en de belangrijkste functie is "Move the popup to the popup source window.".
Extensie Screenshots
Download het CRX-bestand van de extensie NoPopup
Download NoPopup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension prevents the appearance of pop-ups.
Basisinformatie over de Extensie
Naam | NoPopup |
ID | ekhcnjfhfmbakjbnifmenejleppjbkif |
Officiële URL | https://chromewebstore.google.com/detail/nopopup/ekhcnjfhfmbakjbnifmenejleppjbkif |
Beschrijving | Move the popup to the popup source window. |
Bestandsgrootte | 8.58 KB |
Aantal Installaties | 114 |
Huidige Versie | 0.0.0.6 |
Laatst Bijgewerkt | 2024-01-16 |
Publicatiedatum | 2019-07-30 |
Ontwikkelaar | developer.waieight. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://waieight.hatenablog.jp/ |
URL van de Privacybeleid Pagina | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
Ondersteunde Talen | 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" ] } |