No, thanks.

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

什么是No, thanks.?

No, thanks.是由https://www.no-thanks-extension.com开发的Chrome扩展程序,该扩展的主要功能是“Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…”。

扩展截图

screenshot

下载No, thanks.扩展crx文件

下载No, thanks.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 No, thanks. No, thanks.
ID gpnimokaaihgjhgopjkfdkpbckmhckoc
官方URL https://chromewebstore.google.com/detail/no-thanks/gpnimokaaihgjhgopjkfdkpbckmhckoc
简介 Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…
文件大小 33.77 KB
安装次数 364
当前版本 0.0.9
更新时间 2023-12-15
上架时间 2020-04-22
评分 3.47/5 共15次评分
开发者 https://www.no-thanks-extension.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.no-thanks-extension.com/
帮助页面URL https://www.no-thanks-extension.com/faq
支持的语言 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"
        }
    }
}