Still don't care about cookies

Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative

Apa itu Still don't care about cookies?

Still don't care about cookies adalah ekstensi Chrome yang dikembangkan oleh https://stilldontcareaboutcookies.com, dan fitur utamanya adalah "Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Still don't care about cookies

Unduh file ekstensi Still don't care about cookies dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Get rid of cookie warnings!

If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative                    

Informasi Dasar Ekstensi

Nama Still don't care about cookies Still don't care about cookies
ID fmmjjgjhblhocbmigepoobidbbcknjkf
URL Resmi https://chromewebstore.google.com/detail/still-dont-care-about-coo/fmmjjgjhblhocbmigepoobidbbcknjkf
Deskripsi Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative
Ukuran File 388 KB
Jumlah Instalasi 1,240
Versi Saat Ini 1.0.11
Terakhir Diperbarui 2024-01-03
Tanggal Publikasi 2022-09-21
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://stilldontcareaboutcookies.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.stilldontcareaboutcookies.com/
URL Halaman Bantuan https://www.stilldontcareaboutcookies.com/
URL Halaman Kebijakan Privasi https://www.twitter-follower.com/en/site/privacy-policy
Bahasa yang Didukung de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.0.11",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "webRequest",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "data\/background.js"
    },
    "options_ui": {
        "page": "data\/options.html"
    },
    "action": {
        "default_popup": "data\/menu\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    }
}