Skip to main content

How to Disable Helperbird Features Using JSON Policy - Admins

Hide individual Helperbird features from your users with a managed JSON policy, with the policy code for every feature you can disable.

·

  • admin

This guide shows you how to disable specific Helperbird features for users in your organization using the Google Admin Console and managed JSON policy.

This is useful if you want to limit access to certain tools (for example, writing or editing features) while keeping the rest of Helperbird available.


Before You Start

Make sure that:

  • Helperbird is already added to your Organizational Unit (OU)
  • You have administrator access to admin.google.com (opens in a new tab)
  • You have already enabled admin control using isAdminControl

If you havenโ€™t done this yet, follow our guide: How to Set Helperbird JSON Policy in Google Admin


Understanding Feature Types in Helperbird

Helperbird features are grouped into two types:

Main Features (All Features)

  • Appear in Helperbirdโ€™s main feature list
  • Disabling one removes it from the primary interface

Quick Features (Quick Actions)

  • Appear in Quick Actions
  • Disabling one removes it from the Quick Actions menu

Note: Some features appear in both places. Disabling them will remove the feature everywhere it appears.


How Feature Disabling Works

Helperbird uses two policy values:

  • disableFeatures - turns feature disabling on or off
  • disabledFeatures - the list of feature codes to disable

If disableFeatures is set to false, no features are disabled, even if a list exists.


If youโ€™re not sure where to start, use this starter template. It enables admin control and feature disabling, but does not disable anything yet.

{
 "subKey": {
 "Value": "YOUR SUBSCRIPTION KEY"
 },
 "isAdminControl": {
 "Value": true
 },
 "disableFeatures": {
 "Value": true
 },
 "disabledFeatures": {
 "Value": []
 }
}

Add feature codes from the tables below into the disabledFeatures list.


Feature Tables

To disable a feature, copy the Policy Code and add it to the disabledFeatures list.

Quick Actions (Quick Features)

Codes marked (retired) name features that no longer ship. Leaving them in an existing policy is harmless โ€” Helperbird ignores them โ€” but they will not turn anything off, because there is nothing left to turn off. Remove them at your next policy edit.

The policy code for each Quick Action.
FeaturePolicy Code
Settings AppSettingsApp
Highlight MenuHighlightMenu
Summarize PageSummarizePage
Reading Mode ToolReadingModeTool
Simplify OptionsSimplifyOptions
Grammar OptionsGrammarOptions
Immersive ReaderImmersiveReader
Translate OptionsTranslateOptions
PDF ReaderPdfReader
Annotation ReaderAnnotationReader
Reading List ReaderReadinglistReader
Add to Reading ListReadinglistReaderAdd
EditorEditorReader
Dictionary / DefineDefineReader
Hover Light OptionsHoverLightOptions
Voice TypingVoiceTypingOptions
Sticky NoteStickyNote
Word PredictionWordPrediction
Text to Speech OptionsTextToSpeechOptions
Highlighter MarkerHighlighterMarkerOptions
Text ColorTextColor
Link ColorLinkColor
Background ColorBackgroundColor
Screenshot ReaderExtractTextOptions
Speed Reading (retired)SpeedReadingOptions
ScreenshotScreenshotOptions
Overlay TintOverlayTint
Dyslexia RulersDyslexiaRulers
Custom FontCustomFont
Text SizeTextSize
Word SpacingWordSpacing
Letter SpacingLetterSpacing
Line HeightLineHeight
Text AlignmentTextAligment
Paragraph BordersParagraphBorders
Paragraph BackgroundParagraphBackground
Paragraph WidthParagraphWidth
Paragraph Columns (retired)ParagraphColumns
Show Alt TextShowAlt
Show Titles (retired โ€” use ShowAlt)ShowTitles
Hide ImagesHideImages
Hide GIFs (retired โ€” use HideImages)HideGifs
Video PlaybackVideoPlayback
Volume BoosterVolumeBooster
High ContrastHighContrast
Emphasize LinksEmphasizeLinks
Text Stroke (retired)TextStroke
Saturation ControlSaturationControl
Cursor SizeCursorSize
Zoom ControlZoomControl
Reduce MotionReduceMotion
Spell CheckSpellCheck
Maths Options (retired โ€” the Screenshot Reader detects equations automatically)MathsOptions
Print Tool (retired)PrintTool
New Menu (retired โ€” Helperbird ignores this code)NewMenu

All Features (Main Features)

The policy code for every feature in the All Features list.
FeaturePolicy Code
Quick Actions Options (retired โ€” Helperbird ignores this code)QuickActionsOptions
Ignition Button (retired โ€” Helperbird ignores this code)IgnitionButton
Text to Speech Modal (retired โ€” Helperbird ignores this code)TextToSpeechModal
Banner Message (retired โ€” Helperbird ignores this code)BannerMessage
Reading PreferencesReadingPreferences
Dyslexia ToolsDyslexiaTools
Translate OptionsTranslateOptions
Screenshot ReaderExtractTextOptions
Text to Speech OptionsTextToSpeechOptions
Grammar OptionsGrammarOptions
Highlight MenuHighlightMenu
Maths Options (retired โ€” the Screenshot Reader detects equations automatically)MathsOptions
ScreenshotScreenshotOptions
Immersive ReaderImmersiveReader
Reading Mode ToolReadingModeTool
Simplify OptionsSimplifyOptions
Summarize PageSummarizePage
Word PredictionWordPrediction
Settings Modal (retired โ€” Helperbird ignores this code)SettingsModal
Simplify Modal (retired โ€” Helperbird ignores this code)SimplifyModal
Summarize Modal (retired โ€” Helperbird ignores this code)SummarizeModal
Speed Reading (retired)SpeedReadingOptions
Voice TypingVoiceTypingOptions
Highlighter MarkerHighlighterMarkerOptions
Grammar Dialog (retired โ€” Helperbird ignores this code)GrammarDialog
Display OptionsDisplayOptions
PDF ReaderPdfReader
Annotation ReaderAnnotationReader
Reading List ReaderReadinglistReader
Add to Reading ListReadinglistReaderAdd
EditorEditorReader
Dictionary / DefineDefineReader
Media OptionsMediaOptions
Show Alt TextShowAlt
Show Titles (retired โ€” use ShowAlt)ShowTitles
Hover Light OptionsHoverLightOptions
Reduce MotionReduceMotion
Hide ImagesHideImages
Hide GIFs (retired โ€” use HideImages)HideGifs
Print Tool (retired)PrintTool
Sticky NoteStickyNote

Example: Disable the Helperbird Editor Feature

To disable the Helperbird Editor feature everywhere it appears, add:

{
 "subKey": {
 "Value": "YOUR SUBSCRIPTION KEY"
 },
 "isAdminControl": {
 "Value": true
 },
 "disableFeatures": {
 "Value": true
 },
 "disabledFeatures": {
 "Value": [
 "EditorReader"
 ]
 }
}

Commonly Disabled Features (Example)

The following features are commonly disabled in managed environments:

EditorReader
VoiceTypingOptions
ScreenshotOptions

Example JSON:

{
 "subKey": {
 "Value": "YOUR SUBSCRIPTION KEY"
 },
 "isAdminControl": {
 "Value": true
 },
 "disableFeatures": {
 "Value": true
 },
 "disabledFeatures": {
 "Value": [
 "EditorReader",
 "VoiceTypingOptions",
 "EditWebsite",
 "ScreenshotOptions"
 ]
 }
}

Important Notes

  • Feature codes are case-sensitive and must match the tables exactly
  • Features that appear in both Main Features and Quick Actions will be removed from both
  • Unknown or invalid feature codes are safely ignored

Verifying and Troubleshooting

If changes donโ€™t appear immediately:

  • Restart Chrome, or
  • Visit chrome://policy and click Reload policies

Double-check:

  • The correct OU is selected
  • JSON formatting is valid
  • disableFeatures is set to true

Validate Your Policy

Use our JSON Policy Validator to check your policy for errors, invalid feature codes, and see exactly what each setting does before deploying.


Need Additional Help?

If you need help finding a feature code or validating your policy, reach out to our Helperbird support team and we'll help you out!

Printed from the Helperbird Help Center · Updated August 28th, 2026

Questions? We are happy to help — helperbird.com/support

Reviews from the Chrome Web Store, Firefox Add-ons and G2

Join over 1,000,000 people who use Helperbird every day.

The best in its class

The best in its class - SUPERB - It does everything I need for my aging eyes.
Jen RidgeHelperbird user
It works Amazing!
A Google UserHelperbird user

change the blur into words

Helperbird does so many things that are game changing for me! By far the two most important are the font changes and the highlight ruler. I can change fonts to something dyslexia friendly. The ruler helps me stay on the line I'm trying to read. These two things change the blur into words! Tech support has been great when I have had problems!
Firefox userHelperbird user
Helperbird logo: a stylized owl with large round yellow eyes and a beige face.

Download Helperbird

Text to speech, dyslexia fonts, reading rulers, color overlays, and 43 more.

Free to add, and the everyday tools stay free. Works in Chrome, Edge, Firefox and Safari.