Banish - Block Login Popups
Block annoying login popups and other dark patterns on the web.
Τι είναι το Banish - Block Login Popups;
Το Banish - Block Login Popups είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getbanish.com, και η κύρια λειτουργία του είναι "Block annoying login popups and other dark patterns on the web.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Banish - Block Login Popups
Λήψη αρχείων επέκτασης Banish - Block Login Popups σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
BANISH. Featured on TechCrunch, Daring Fireball, MacRumors, and iMore. "The app proved incredibly useful. For instance, when on Quora, clicking a link to another Quora page would normally pop up a blocker that requires you to log in to continue navigating the website. With Banish, this pop-up was gone and you could use the site normally" — Sarah Perez, TechCrunch “Banish does one thing and does it well: it nukes dickpanels in Safari on iPhone and iPad” — John Gruber, Daring Fireball PRIVATE Banish does not collect or store any of your data - nothing leaves your device. FAST The extension performs the minimal, necessary changes to block popups and free up screen space. SIMPLE It's as easy as downloading the extension and giving it permission in Chrome. No maintenance needed. --- FAQ Q: Why can't I use Instagram without signing-in? A: If you access too many pages on Instagram without signing in, it'll temporarily stop working, even with Banish installed. Instagram does this to prevent web scraping. Q: Can Banish block cookie popups, paywalls, or other annoyances? A: Banish is focused on blocking Login popups. --- The free trial blocks popups on five websites. Please consider subscribing for full access.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Banish - Block Login Popups |
ID | dnnlfjflaoafiihoelaoliebgleoacko |
Επίσημο URL | https://chromewebstore.google.com/detail/banish-block-login-popups/dnnlfjflaoafiihoelaoliebgleoacko |
Περιγραφή | Block annoying login popups and other dark patterns on the web. |
Μέγεθος Αρχείου | 139 KB |
Αριθμός Εγκαταστάσεων | 51 |
Τρέχουσα Έκδοση | 1.14 |
Τελευταία Ενημέρωση | 2023-04-28 |
Ημερομηνία Δημοσίευσης | 2023-04-22 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://getbanish.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Διεύθυνση URL της Σελίδας Βοήθειας | https://docs.google.com/forms/d/e/1FAIpQLSfIued1DADpfCXvAa3vOOKb4K_ACGT-49-ORE5Rp2Wr12YesA/viewform?usp=sf_link |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Banish - Block Login Popups", "description": "Block annoying login popups and other dark patterns on the web.", "version": "1.14", "icons": { "48": "images\/icon-48.png", "64": "images\/icon-64.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png", "512": "images\/icon-512.png" }, "action": { "default_title": "Banish", "default_popup": "popup.html", "default_icon": { "16": "images\/toolbar-icon-16.png", "19": "images\/toolbar-icon-19.png", "32": "images\/toolbar-icon-32.png", "38": "images\/toolbar-icon-38.png" } }, "permissions": [ "activeTab", "tabs", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "js\/background.js" }, "options_page": "popup.html" } |