Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Distraction Free Mode \u2014 Google Docs & Slides", "description": "The distraction free mode (\u25a3) for Google Docs and Google Slides hides all controls and buttons and lets you focus on creation.", "homepage_url": "http:\/\/flowapps.co\/distractionfree", "author": "Flowapps.co", "version": "2.2.0", "icons": { "16": "img\/icon-16.png", "19": "img\/icon-19.png", "38": "img\/icon-38.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png", "256": "img\/icon-256.png" }, "manifest_version": 3, "background": { "service_worker": "chrome-bg.js" }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "chrome-df.js" ] } ] }