Skip to content

Commit

Permalink
Firefox
Browse files Browse the repository at this point in the history
Fixed some bugs
  • Loading branch information
LeonardoCiaccio committed Feb 21, 2018
1 parent ed3d407 commit 3afc87e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions Extension/js/background/chrome.runtime.onMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@

,openConsole : function( request, sender, sendResponse ){

chrome.tabs.executeScript( sender.tab.id, {

allFrames : false,
file : "js/no.inspector.js"

} );

// ( it ) --> Vediamo se ci sono moduli

var config = $.gam.config();
Expand Down
2 changes: 1 addition & 1 deletion Extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"manifest_version" : 2,
"author" : "Leonardo Ciaccio",
"version" : "6.1.8.0",
"version" : "6.1.8.1",
"name" : "Grab Any Media",
"default_locale" : "en",
"description" : "__MSG_des__",
Expand Down

0 comments on commit 3afc87e

Please sign in to comment.