DISPLAY_DEBUG_INFO Cookie Creator

This extension create DISPLAY_DEBUG_INFO Cookie.

Hvad er DISPLAY_DEBUG_INFO Cookie Creator?

DISPLAY_DEBUG_INFO Cookie Creator er en Chrome-udvidelse udviklet af Chetan Patil, og dens hovedfunktion er "This extension create DISPLAY_DEBUG_INFO Cookie.".

Udvidelsesskærmbilleder

screenshot

Download DISPLAY_DEBUG_INFO Cookie Creator-udvidelses-CRX-fil

Download DISPLAY_DEBUG_INFO Cookie Creator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn DISPLAY_DEBUG_INFO Cookie Creator DISPLAY_DEBUG_INFO Cookie Creator
ID iiefmkplmkjjkgllcboojehcnhpdmeip
Officiel URL https://chromewebstore.google.com/detail/displaydebuginfo-cookie-c/iiefmkplmkjjkgllcboojehcnhpdmeip
Beskrivelse This extension create DISPLAY_DEBUG_INFO Cookie.
Filstørrelse 159 KB
Antal Installationer 192
Nuværende Version 1.2
Senest Opdateret 2019-03-10
Udgivelsesdato 2019-03-10
Udvikler Chetan Patil
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}