No, thanks.

Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…

Cos'è No, thanks.?

No, thanks. è un'estensione di Chrome sviluppata da https://www.no-thanks-extension.com, e la sua funzione principale è "Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No, thanks.

Scarica i file di estensione No, thanks. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Tired of newsletter pop-ups?
Chat, feedback and contact boxes?
"Install our app" toolbars?
"Allow notifications" pop-ups?
"Let us know your location" pop-ups?
Survey and opinion pop-ups?
Website ratings, "Website protected by" and similar boxes?
Toolbars offering website translation?
Sticky videos in the corner?
"Back to top" buttons?

Install "No, thanks." for only € 9.85 a year, choose what you want to hide and clean your precious screen space!                    

Informazioni di Base sull'Estensione

Nome No, thanks. No, thanks.
ID gpnimokaaihgjhgopjkfdkpbckmhckoc
URL Ufficiale https://chromewebstore.google.com/detail/no-thanks/gpnimokaaihgjhgopjkfdkpbckmhckoc
Descrizione Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…
Dimensione del File 33.77 KB
Conteggio Installazioni 364
Versione Corrente 0.0.9
Ultimo Aggiornamento 2023-12-15
Data di Pubblicazione 2020-04-22
Valutazione 3.47/5 Totale 15 Valutazioni
Sviluppatore https://www.no-thanks-extension.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.no-thanks-extension.com/
URL della Pagina di Aiuto https://www.no-thanks-extension.com/faq
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "0.0.9",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik @ kiboke studio",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "data\/extension.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.no-thanks-extension.com\/*"
            ],
            "js": [
                "data\/home-proxy.js"
            ]
        }
    ],
    "options_ui": {
        "page": "data\/options.html"
    },
    "browser_action": {
        "default_popup": "data\/menu\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    }
}