Auto Accept Cookies

This extension helps users to auto accept all cookies on any websites.

What is Auto Accept Cookies?

Auto Accept Cookies is a Chrome extension developed by jiexilim.ljx, and its main feature is "This extension helps users to auto accept all cookies on any websites.".

Extension Screenshots

screenshot

Download Auto Accept Cookies Extension CRX File

Download Auto Accept Cookies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension helps users to auto accept all cookies when users land on a new site. I created this because, as an ordinary internet citizen,  I don't mind accepting all cookie and I get a little annoyed when a site prompted me to accept cookies.                    

Extension Basic Information

Name Auto Accept Cookies Auto Accept Cookies
ID mhakkalalpnjklldifgkfmjpaoankcmn
Official URL https://chromewebstore.google.com/detail/auto-accept-cookies/mhakkalalpnjklldifgkfmjpaoankcmn
Description This extension helps users to auto accept all cookies on any websites.
File Size 14.49 KB
Installation Count 1,292
Current Version 1.0
Last Updated 2022-12-30
Publish Date 2022-07-26
Rating 5.00/5 Total 1 Ratings
Developer jiexilim.ljx
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Auto Accept Cookies",
    "description": "This extension helps users to auto accept all cookies on any websites.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "48": "cookies.png"
    }
}