Hello
I 've wrote my first extension(a bookmarklets manager) which use localStorage. But when extension is uninstalled localStorage of the extension still exist.
Is there a way for delete data on uninstall extension?
Thanks for advices![]()
This is a discussion on localStorage on uninstall ? within the Plugins Development section, part of the Chrome Plugins category: Hello I 've wrote my first extension (a bookmarklets manager) which use localStorage. But when extension is uninstalled localStorage of ...
Hello
I 've wrote my first extension(a bookmarklets manager) which use localStorage. But when extension is uninstalled localStorage of the extension still exist.
Is there a way for delete data on uninstall extension?
Thanks for advices![]()
Only manually from the database, with a database manager like this.
At least that's all I'm aware of. It's the same for extension cookies, and clearing the data from the options menu doesn't affect those.
~ Projects ~
Specialized: Carapass Auction Watcher, Kongregate Chat
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
~ Happy to make extensions for pay too ;D ~
Portfolio: Search and Share
Thanks for your reply.
I will search in the requested features. It will great to have a way to execute a script before the extension uninstall process.