DISPLAY_DEBUG_INFO Cookie Creator

This extension create DISPLAY_DEBUG_INFO Cookie.

Wat is DISPLAY_DEBUG_INFO Cookie Creator?

DISPLAY_DEBUG_INFO Cookie Creator is een Chrome-extensie ontwikkeld door Chetan Patil, en de belangrijkste functie is "This extension create DISPLAY_DEBUG_INFO Cookie.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DISPLAY_DEBUG_INFO Cookie Creator

Download DISPLAY_DEBUG_INFO Cookie Creator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam DISPLAY_DEBUG_INFO Cookie Creator DISPLAY_DEBUG_INFO Cookie Creator
ID iiefmkplmkjjkgllcboojehcnhpdmeip
Officiële URL https://chromewebstore.google.com/detail/displaydebuginfo-cookie-c/iiefmkplmkjjkgllcboojehcnhpdmeip
Beschrijving This extension create DISPLAY_DEBUG_INFO Cookie.
Bestandsgrootte 159 KB
Aantal Installaties 192
Huidige Versie 1.2
Laatst Bijgewerkt 2019-03-10
Publicatiedatum 2019-03-10
Ontwikkelaar Chetan Patil
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}