Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benlau committed Oct 22, 2015
1 parent 9686fb6 commit 900abc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chrome/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message":"Content Farm Blocker"
},
"appDesc":{
"message":"To prevent click content farm mistakenly"
"message":"Preventing to click content farm by mistake"
},
"title":{
"message":"Beware! Content Farm!",
Expand Down
4 changes: 2 additions & 2 deletions chrome/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ chrome.webRequest.onBeforeRequest.addListener(function(info) {
return {cancel: cancel};

},{
urls: ["*://*/*"]
},["blocking"]
urls: ["*://*/*"]
},["blocking"]
);

chrome.tabs.onCreated.addListener(function(tab) {
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "0.1.4",
"version": "0.2.1",
"description": "__MSG_appDesc__",
"manifest_version": 2,
"background" : {
Expand Down

0 comments on commit 900abc2

Please sign in to comment.