Just Unsubscribe
Upgrade Gmail. Install the missing button to just unsubscribe.
Apa itu Just Unsubscribe?
Just Unsubscribe adalah ekstensi Chrome yang dikembangkan oleh https://justunsubscribe.com, dan fitur utamanya adalah "Upgrade Gmail. Install the missing button to just unsubscribe.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Just Unsubscribe
Unduh file ekstensi Just Unsubscribe 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
Stop wasting your time hunting for unsubscribe links. Install this extension to add the missing unsubscribe button to Gmail. Click the button and we’ll find the fastest way for you to opt out. Oh, and your emails never leave Gmail – secure and private all the way.
Informasi Dasar Ekstensi
Nama | Just Unsubscribe |
ID | kcciakdnngbpmkkegddmimdejdekiomm |
URL Resmi | https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm |
Deskripsi | Upgrade Gmail. Install the missing button to just unsubscribe. |
Ukuran File | 107 KB |
Jumlah Instalasi | 229 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-05-26 |
Tanggal Publikasi | 2021-05-25 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | https://justunsubscribe.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://justunsubscribe.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Just Unsubscribe", "description": "Upgrade Gmail. Install the missing button to just unsubscribe.", "permissions": [ "https:\/\/mail.google.com\/", "http:\/\/localhost:5000\/", "https:\/\/justunsubscribe.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "inboxsdk.js", "loader.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "web_accessible_resources": [ "icons\/unsubscribe.svg" ], "manifest_version": 2 } |