Skip to content

Commit

Permalink
Prepare the version 2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Jun 26, 2020
1 parent fa265c3 commit 147c4d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Tracking Token Stripper

This is a Chrome and Firefox browser extension that strips Google Analytics
(i.e. [Urchin Tracking Monitor][utm]) tokens, and Google and Facebook click
tracking identifiers, from URL query strings. This is done *before* the web
request is made and results in both more private browsing as well as more
aesthetically pleasing URLs.
(i.e. [Urchin Tracking Monitor][utm]) parameters, and various other click
tracking tokens, from URL query strings. This is done *before* the web request
is made and results in both more private browsing as well as more aesthetically
pleasing URLs.

Install from the [Chrome Web Store][store] or [Firefox Add-ons][addons].

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Tracking Token Stripper",
"version": "2.5",
"version": "2.6",
"manifest_version": 2,
"author": "Jon Parise",
"description": "Removes Google Analytics (UTM), Google and Facebook click tracking tokens from URL query strings.",
"description": "Removes Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings.",
"homepage_url": "https://github.com/jparise/chrome-utm-stripper",
"icons" :{
"48" : "icon-48.png",
Expand Down

0 comments on commit 147c4d7

Please sign in to comment.