Skip to content

Javascript code to export from an IndexedDB and import into another IndexedDB in order to export all the "The Great Suspender" saved sessions and import them into another extension's IndexedDB, if compatible, or in a previous version of "The Great Suspender"

Notifications You must be signed in to change notification settings

agiudiceandrea/import-export-IndexedDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

import-export-IndexDB

Javascript code to export from an IndexedDB and import into another IndexedDB in order to export all the "The Great Suspender" saved sessions and import them into another extension's IndexedDB, if compatible, or in a previous version of "The Great Suspender"

The Great Suspender Chrome extension has been removed from the Chrome Web Store for security reasons: see greatsuspender/thegreatsuspender#1263, greatsuspender/thegreatsuspender#1304.

In order to export all the saved sessions from the malicious extension and import them in a safe previous release (7.1.6) of the extension, I followed these steps:

  1. close Chrome - disable Internet connection - open Chrome - reenable the malicious extension
  2. go to the extension options page
  3. open the Chrome DevTools window (CTR+SHIT+I)
  4. in the DevTools console
  5. close the Chrome DevTools window - close the malicious extension options page and disable it
  6. install the previous release (7.1.6) of the extension
  7. copy the file console.json to the installation folder
  8. use a text editor to replace all the occurence of the string "klbibkeccnjlkjkiokjodocebajanakg" (the id of the malicious extension) with the string of the id of the installed estension
  9. go to this extension options page
  10. open the Chrome DevTools window
  11. in the DevTools console
  12. check that all the saved session have been imported in this extension
  13. remove the malicious extension

The code was taken and modified to the needs from:

About

Javascript code to export from an IndexedDB and import into another IndexedDB in order to export all the "The Great Suspender" saved sessions and import them into another extension's IndexedDB, if compatible, or in a previous version of "The Great Suspender"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published