Coder Social home page Coder Social logo

Comments (3)

verhovsky avatar verhovsky commented on July 26, 2024 1

That makes sense why more extensions don't use it. Personally, my blocklist is 2KB (or 599 bytes gzip'd) and I'm too lazy to bother setting up a Google Drive for such a small file, I don't mind recreating it every time I log into Chrome and I would imagine most users of this extensions are the same. Most probably haven't ever looked at the settings page. But I understand, managing 100KB in 8KB chunks and having an option to use Google Drive as well sounds like a lot of work.

from ublacklist.

iorate avatar iorate commented on July 26, 2024

As written in that page, chrome.storage.sync has severe limitations, especially in size. The maximum size of one item is only 8,192 bytes. It is too small to store a blacklist for many users.

from ublacklist.

iorate avatar iorate commented on July 26, 2024

Another reason why I don't use storage.sync is because it is not available in every Chromium- or Firefox- derivative.
I won't implement sync using storage.sync, but if you like, you can implement it as an option and create pull request.

from ublacklist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.