DISPLAY_DEBUG_INFO Cookie Creator

This extension create DISPLAY_DEBUG_INFO Cookie.

什么是DISPLAY_DEBUG_INFO Cookie Creator?

DISPLAY_DEBUG_INFO Cookie Creator是由Chetan Patil开发的Chrome扩展程序,该扩展的主要功能是“This extension create DISPLAY_DEBUG_INFO Cookie.”。

扩展截图

screenshot

下载DISPLAY_DEBUG_INFO Cookie Creator扩展crx文件

下载DISPLAY_DEBUG_INFO Cookie Creator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Plugin will create DISPLAY_DEBUG_INFO Cookie on single click and if it is already created then remove that cookie.                    

扩展基本信息

名称 DISPLAY_DEBUG_INFO Cookie Creator DISPLAY_DEBUG_INFO Cookie Creator
ID iiefmkplmkjjkgllcboojehcnhpdmeip
官方URL https://chromewebstore.google.com/detail/displaydebuginfo-cookie-c/iiefmkplmkjjkgllcboojehcnhpdmeip
简介 This extension create DISPLAY_DEBUG_INFO Cookie.
文件大小 159 KB
安装次数 192
当前版本 1.2
更新时间 2019-03-10
上架时间 2019-03-10
开发者 Chetan Patil
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DISPLAY_DEBUG_INFO Cookie Creator",
    "version": "1.2",
    "manifest_version": 2,
    "description": "This extension create DISPLAY_DEBUG_INFO Cookie.",
    "icons": {
        "16": "\/icons\/16x16.png",
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "create cookie"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "cookies",
        "",
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "\/icons\/19x19.png",
            "38": "\/icons\/38x38.png"
        },
        "default_title": "Cookie Creator"
    },
    "devtools_page": "devtools\/devtools.html"
}