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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stopcookiespopup.blogspot.com และคุณลักษณะหลักของมันคือ "Because of EU guidelines and expanded consciousness of online security, each site should get the client's consent prior to…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Cookies Popup Alerts

ดาวน์โหลดไฟล์ส่วนขยาย Stop Cookies Popup Alerts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}