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
Eメール [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"
        }
    }
}