version 0.2.4
This commit is contained in:
parent
d1b29b805a
commit
8163444cc9
2 changed files with 1 additions and 2 deletions
|
@ -68,7 +68,6 @@ var ua = {
|
|||
}
|
||||
},
|
||||
toolbar: ({windowId, tabId, str = ua.object(tabId, windowId).userAgent}) => {
|
||||
console.log(windowId, tabId, str);
|
||||
const icon = {
|
||||
path: {
|
||||
16: 'data/icons/' + (str ? 'active/' : '') + '16.png',
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "User-Agent Switcher and Manager",
|
||||
"short_name": "useragent-switcher",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
|
||||
"description": "Spoofs User-Agent strings of your browser with a new one globally, randomly or per hostname",
|
||||
|
||||
|
|
Loading…
Reference in a new issue