Developer Cookie Chrome Extension

Developer Cookie chrome extension

Developer Cookie for Chrome Download

  • Chrome Extension Page
  • Total Number of Extension users:
    874 +
  • Reviewed by :
    9 Chrome Users
  • Author Name:
    seebigswork
Developer Cookie chrome extension is Set a cookie to tell your websites that you're a developer. Use with Google Analytics to avoid tracking internal traffic..

Set a cookie to tell your websites that you're a developer. Use with google analytics to avoid tracking internal traffic..
From any website, simply click on the developer cookie icon in your browser to set yourself as a developer/team member for that domain. Green means that you are a developer and that cookies will be set for this domain, gray means you are not. This preference is saved and this extension will try to always keep a cookie set for that domain.

The "name" and "value" of the cookie that gets created can (and should) be customized to be unique to you or your organization.

A list of all of your active domains can be found on the Options page, where domains can be easily added or removed as needed. There is also a button here to clear any cookies that have been saved on your device. Right-click the Developer Cookie Icon in your browser and select "Options" to access this page any time. Alternatively, you can find a link to this page in your Extensions manager.

••• How to use •••

In your scripts, check for this cookie before performing certain actions.

javascript example:

- - - - - - - - - - - - - - - - - - - - - - - - - - -

var devcookie = "ChromeDeveloperCookie=123";

if (document.cookie.indexOf(devCookie) !== -1) {

// I am a developer

// Show control panel, debug info, etc.

} else {

// I am NOT a developer

// Insert Google Analytics code here, etc.

}

- - - - - - - - - - - - - - - - - - - - - - - - - - -

php example:

- - - - - - - - - - - - - - - - - - - - - - - - - - -

$devCookie = @$_COOKIE["ChromeDeveloperCookie"];

if ($devCookie === "123") {

// I am a developer

// Show control panel, debug info, etc.

} else {

// I am NOT a developer

// Insert Google Analytics code here, etc.

}

- - - - - - - - - - - - - - - - - - - - - - - - - - -

••• notes About Cookies •••

On your next visit to any of the domains in your list, a new developer cookie will be created if one does not already exist (assuming this extension is enabled). new cookies are set to expire after 30 days. To keep your cookies up-to-date, a check is done when this extension is started (often at the opening of a new browsing session) and the expiration date of all active domains is renewed. However, for many reasons it is possible that even with this extension enabled you could load the page as a public user (once every 30 days or as often as your cookies are cleared). These cookies are very helpful, but please do not rely on this method of identification to be bulletproof.

Activating a domain applies to all pages on that domain, so clicking the icon while viewing any page on "http://www.example.com/" will cause your cookie to be set for all of the following:

- http://www.example.com/page1.html

- http://www.example.com/subfolder/page2.html

- http://example.com/page1.html

- and so on...

However, cookies set for "example.com" will NOT be present on "beta.example.com" and vice versa. Each new sub-domain can be added or removed with a single click.

WARNING: This method of identification is not secure and should not be used to replace a user log-in system. Do not display secure data based on this cookie.

How to install Developer Cookie chrome extension in chrome Browser

You can Follow the below Step By Step procedure to install the Developer Cookie Chrome Extension to your Chrome Web browser.

  • Step 1: Go to the Chrome webstore https://chrome.google.com/webstore or download the extension Developer Cookie Chrome Extension Download from https://pluginsaddonsextensions.com
  • Step 2: Now search for the Developer Cookie in Chrome Webstore Search and click on the search button.
  • Step 3: click on the Developer Cookie Chrome Extension Link
  • Step 4: in the next page click on the Add to Chrome button to Download and Install the Developer Cookie extension for your Chrome Web browser .

Developer Cookie Chrome extension Download

Looking for a method to Developer Cookie Download for Chrome then this download link is for you.

It is the Developer Cookie Chrome extension download link you can download and install Chrome Browser.

Download Developer Cookie chrome extension (CRX)

Tags: New Subdomain , Date Check , New Browsing Session , Set Cookie , Developer Cookie Icon , Display Secure Data , Cookies Set , Extension Enabled , Developer Cookie , Insert Google Analytics Code , Show Control Panel , New Developer Cookie , Google Analytics , Cookie Set ,

Developer Cookie Related Chrome Extensions