cookie快速模拟

方便地管理你的cookie,开发人员必备,快速查看,修改,删除。

What is cookie快速模拟?

cookie快速模拟 is a Chrome extension developed by yu, and its main feature is "方便地管理你的cookie,开发人员必备,快速查看,修改,删除。".

Extension Screenshots

screenshot

Download cookie快速模拟 Extension CRX File

Download cookie快速模拟 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

                        方便地管理你的cookie,开发人员必备,快速查看,修改,删除。                    

Extension Basic Information

Name cookie快速模拟 cookie快速模拟
ID jpdfbendalpmcbdekkmldlkcklpcafma
Official URL https://chromewebstore.google.com/detail/cookie%E5%BF%AB%E9%80%9F%E6%A8%A1%E6%8B%9F/jpdfbendalpmcbdekkmldlkcklpcafma
Description 方便地管理你的cookie,开发人员必备,快速查看,修改,删除。
File Size 77.78 KB
Installation Count 935
Current Version 1.4
Last Updated 2014-04-20
Publish Date 2014-04-20
Rating 4.00/5 Total 5 Ratings
Developer yu
Email [email protected]
Payment Type free
Privacy Policy Page URL https://yu-tousorganization.gitbook.io/untitled
Supported Languages zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "name": "cookie\u5feb\u901f\u6a21\u62df",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "cookies"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "manifest_version": 2
}