Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 12, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Less Big Tech", "short_name": "LBT", "version": "1.0.0", "description": "Rewrite popular websites to mirror sites that will track you a little less", "author": "LBT", "homepage_url": "https:\/\/github.com\/LessBigTech\/lbt-server\/", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "notifications", "storage", "webNavigation", "*:\/\/*\/*" ], "icons": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 }