Cookies Quick Achieve

Assistant for get HTTP ONLY Cookies.

What is Cookies Quick Achieve?

Cookies Quick Achieve is a Chrome extension developed by Frey, and its main feature is "Assistant for get HTTP ONLY Cookies.".

Extension Screenshots

screenshot

Download Cookies Quick Achieve Extension CRX File

Download Cookies Quick Achieve 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

                        为网站https://qian.iu.mk/.提供一键获取cookies服务
Design for  https://qian.iu.mk/.

开源工具
open source:

开源地址
https://github.com/acgotaku/GetCookies                    

Extension Basic Information

Name Cookies Quick Achieve Cookies Quick Achieve
ID bcihihcnlienjckgamfnlhjfloodmebo
Official URL https://chromewebstore.google.com/detail/cookies-quick-achieve/bcihihcnlienjckgamfnlhjfloodmebo
Description Assistant for get HTTP ONLY Cookies.
File Size 70.11 KB
Installation Count 872
Current Version 1.0.4
Last Updated 2021-03-18
Publish Date 2018-06-06
Rating 4.00/5 Total 4 Ratings
Developer Frey
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/cookie.js"
            ],
            "matches": [
                "https:\/\/qian.iu.mk\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/logo128.png",
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}