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
官方網址 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"
        }
    }
}