Skip to content

Commit 147c4d7

Browse files
committed
Prepare the version 2.6 release
1 parent fa265c3 commit 147c4d7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tracking Token Stripper
22

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

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

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Tracking Token Stripper",
3-
"version": "2.5",
3+
"version": "2.6",
44
"manifest_version": 2,
55
"author": "Jon Parise",
6-
"description": "Removes Google Analytics (UTM), Google and Facebook click tracking tokens from URL query strings.",
6+
"description": "Removes Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings.",
77
"homepage_url": "https://github.com/jparise/chrome-utm-stripper",
88
"icons" :{
99
"48" : "icon-48.png",

0 commit comments

Comments
 (0)