NoPopup

Move the popup to the popup source window.

Vad är NoPopup?

NoPopup är en Chrome-tillägg utvecklad av developer.waieight., och dess huvudfunktion är "Move the popup to the popup source window.".

Tilläggsskärmbilder

screenshot

Ladda ner NoPopup-förlängningens CRX-fil

Ladda ner NoPopup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension prevents the appearance of pop-ups.                    

Grundläggande Information om Tillägg

Namn NoPopup NoPopup
ID ekhcnjfhfmbakjbnifmenejleppjbkif
Officiell webbadress https://chromewebstore.google.com/detail/nopopup/ekhcnjfhfmbakjbnifmenejleppjbkif
Beskrivning Move the popup to the popup source window.
Filstorlek 8.58 KB
Antal Installationer 114
Aktuell Version 0.0.0.6
Senast Uppdaterad 2024-01-16
Publiceringsdatum 2019-07-30
Utvecklare developer.waieight.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://waieight.hatenablog.jp/
URL till Sekretesspolicy Sidan https://waieight.hatenablog.jp/entry/2021/03/23/180238
Stödda Språk 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"
    ]
}