ShyteAway - GDPR consent & popup blocker

The 90's rang... they want their popups back. Blocks GDPR notices, kills off annoying in-page popups, and stops autoplaying videos.

Τι είναι το ShyteAway - GDPR consent & popup blocker;

Το ShyteAway - GDPR consent & popup blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον michaeljtbrooks, και η κύρια λειτουργία του είναι "The 90's rang... they want their popups back. Blocks GDPR notices, kills off annoying in-page popups, and stops autoplaying videos.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ShyteAway - GDPR consent & popup blocker

Λήψη αρχείων επέκτασης ShyteAway - GDPR consent & popup blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Are you getting fed up of all the clutter polluting your web browser every time you visit a web page?


"Please accept cookies"... "Indicate your GDPR consent"... "Sign up to our mailinglist"... "Here's an autoplaying video I'm going to shove down your throat"... "Before you go, sign up"...


GAH!! It's like being back in the 90's where Internet Explorer was drowned in popups, except this time, these annoying popups are appearing inside the actual web pages as modal dialog boxes.

So we wrote a handy browser extension to get rid of this clutter... ShyteAway!


Features:
* Blocks modal dialog boxes except for menus and logins
* Blocks cookie / GDPR consent nag boxes
* Stops timed "sign up for stuff" boxes from appearing
* Stops videos from auto-playing
* Choose which sites you want to disable blocking for
* Remembers your per-site settings
* Toggle ShyteAway on and off for your whole browser session


Privacy:
ShyteAway and Onley Technical Consulting Ltd do not collect ANY of your browsing data. Your ShyteAway site preferences are stored inside your own Google Chrome Account profile, we never see them.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ShyteAway - GDPR consent & popup blocker ShyteAway - GDPR consent & popup blocker
ID mgkagalippgjdbfbocknlcbmbopeipib
Επίσημο URL https://chrome.google.com/webstore/detail/shyteaway-gdpr-consent-po/mgkagalippgjdbfbocknlcbmbopeipib
Περιγραφή The 90's rang... they want their popups back. Blocks GDPR notices, kills off annoying in-page popups, and stops autoplaying videos.
Μέγεθος Αρχείου 193 KB
Αριθμός Εγκαταστάσεων 206
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2020-10-03
Ημερομηνία Δημοσίευσης 2019-01-06
Αξιολόγηση 2.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής michaeljtbrooks
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShyteAway - GDPR consent & popup blocker",
    "short_name": "ShyteAway",
    "version": "0.3.1",
    "description": "The 90's rang... they want their popups back. Blocks GDPR notices, kills off annoying in-page popups, and stops autoplaying videos.",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "utils.js",
            "shyteaway-background.js",
            "controls.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "js": [
                "jquery-3.3.1.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_popup": "controls.html",
        "default_icon": {
            "16": "images\/shyteaway-logo-16.png",
            "32": "images\/shyteaway-logo-32.png",
            "48": "images\/shyteaway-logo-48.png",
            "64": "images\/shyteaway-logo-64.png",
            "128": "images\/shyteaway-logo-128.png",
            "512": "images\/shyteaway-logo-512.png"
        }
    },
    "icons": {
        "16": "images\/shyteaway-logo-16.png",
        "32": "images\/shyteaway-logo-32.png",
        "48": "images\/shyteaway-logo-48.png",
        "64": "images\/shyteaway-logo-64.png",
        "128": "images\/shyteaway-logo-128.png",
        "512": "images\/shyteaway-logo-512.png"
    },
    "manifest_version": 2
}