No, thanks.

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

¿Qué es No, thanks.?

No, thanks. es una extensión de Chrome desarrollada por https://www.no-thanks-extension.com, y su función principal es "Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión No, thanks.

Descarga archivos de extensión No, thanks. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre No, thanks. No, thanks.
ID gpnimokaaihgjhgopjkfdkpbckmhckoc
URL Oficial https://chromewebstore.google.com/detail/no-thanks/gpnimokaaihgjhgopjkfdkpbckmhckoc
Descripción Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…
Tamaño del Archivo 33.77 KB
Cantidad de Instalaciones 364
Versión Actual 0.0.9
Última Actualización 2023-12-15
Fecha de Publicación 2020-04-22
Calificación 3.47/5 Total de 15 Calificaciones
Desarrollador https://www.no-thanks-extension.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.no-thanks-extension.com/
URL de la Página de Ayuda https://www.no-thanks-extension.com/faq
Idiomas Soportados 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"
        }
    }
}