DISPLAY_DEBUG_INFO Cookie Creator

This extension create DISPLAY_DEBUG_INFO Cookie.

Was ist DISPLAY_DEBUG_INFO Cookie Creator?

DISPLAY_DEBUG_INFO Cookie Creator ist eine Chrome-Erweiterung, die von Chetan Patil entwickelt wurde, und ihr Hauptmerkmal ist "This extension create DISPLAY_DEBUG_INFO Cookie.".

Erweiterungsscreenshots

screenshot

DISPLAY_DEBUG_INFO Cookie Creator-Erweiterungs-CRX-Datei herunterladen

Laden Sie DISPLAY_DEBUG_INFO Cookie Creator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name DISPLAY_DEBUG_INFO Cookie Creator DISPLAY_DEBUG_INFO Cookie Creator
ID iiefmkplmkjjkgllcboojehcnhpdmeip
Offizielle URL https://chromewebstore.google.com/detail/displaydebuginfo-cookie-c/iiefmkplmkjjkgllcboojehcnhpdmeip
Beschreibung This extension create DISPLAY_DEBUG_INFO Cookie.
Dateigröße 159 KB
Installationsanzahl 192
Aktuelle Version 1.2
Letztes Update 2019-03-10
Veröffentlichungsdatum 2019-03-10
Entwickler Chetan Patil
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}