Stop Cookies Popup Alerts

Because of EU guidelines and expanded consciousness of online security, each site should get the client's consent prior to…

Stop Cookies Popup Alerts란 무엇입니까?

Stop Cookies Popup Alerts은(는) https://stopcookiespopup.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Because of EU guidelines and expanded consciousness of online security, each site should get the client's consent prior to…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Stop Cookies Popup Alerts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Because of EU guidelines and expanded consciousness of online security, each site should get the client's consent prior to introducing the following cookies. On the off chance that you surf secretly or on the off chance that you erase cookies consequently every time you close the browser, sites will request that authorization over and over, and it will before long turn out to be bothering to tap a similar I concur fastens each day. 

This browser extension eliminates cookie admonitions from practically all sites and saves you a large number of pointless snaps! 

By and large, it simply squares or conceals cookie-related pop-ups. At the point when it's required for the site to work appropriately, it will naturally acknowledge the cookie strategy for you (now and then it will acknowledge all and in some cases just important cookie classes, contingent upon what's simpler to do). It doesn't erase cookies. 

If it's not too much trouble, teach yourself about cookie-related security issues and approaches to ensure yourself and your information. For instance, you can obstruct outsider cookies, introduce advertisement impeding extensions and afterward block following instruments, erase perusing information consistently, empower Tracking Protection in your browser, and so on.                    

확장 프로그램 기본 정보

이름 Stop Cookies Popup Alerts Stop Cookies Popup Alerts
ID biglgjfjhplmikcgmbobogdjiopimbpo
공식 URL https://chromewebstore.google.com/detail/stop-cookies-popup-alerts/biglgjfjhplmikcgmbobogdjiopimbpo
설명 Because of EU guidelines and expanded consciousness of online security, each site should get the client's consent prior to…
파일 크기 341 KB
설치 횟수 71
현재 버전 1.3.0
최근 업데이트 2021-04-19
출시 날짜 2021-04-18
평점 2.00/5 총 1 개의 평점
개발자 https://stopcookiespopup.blogspot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://stopcookiespopup.blogspot.com/
도움말 페이지 URL https://stopcookiespopup.blogspot.com/p/contact.html
개인정보 보호 정책 페이지 URL https://www.saxsos.xyz/p/policy-privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Cookies Popup Alerts",
    "short_name": "Stop cookies popup from almost all websites",
    "default_locale": "en",
    "version": "1.3.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "UpStal",
    "permissions": [
        "tabs",
        "storage",
        "",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "data\/rules.js",
            "data\/api.js",
            "data\/context-menu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/stoppopup.js"
            ]
        }
    ],
    "options_ui": {
        "page": "data\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "data\/menu\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    }
}