NoPopup
Move the popup to the popup source window.
Apa itu NoPopup?
NoPopup adalah ekstensi Chrome yang dikembangkan oleh developer.waieight., dan fitur utamanya adalah "Move the popup to the popup source window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NoPopup
Unduh file ekstensi NoPopup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension prevents the appearance of pop-ups.
Informasi Dasar Ekstensi
Nama | NoPopup |
ID | ekhcnjfhfmbakjbnifmenejleppjbkif |
URL Resmi | https://chromewebstore.google.com/detail/nopopup/ekhcnjfhfmbakjbnifmenejleppjbkif |
Deskripsi | Move the popup to the popup source window. |
Ukuran File | 8.58 KB |
Jumlah Instalasi | 114 |
Versi Saat Ini | 0.0.0.6 |
Terakhir Diperbarui | 2024-01-16 |
Tanggal Publikasi | 2019-07-30 |
Pengembang | developer.waieight. |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://waieight.hatenablog.jp/ |
URL Halaman Kebijakan Privasi | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
Bahasa yang Didukung | 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" ] } |