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
官方網址 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"
}