Jiffy Reader

A Browser Extension for Faster Reading on ANY website!

What is Jiffy Reader?

Jiffy Reader is a Chrome extension developed by https://jiffyreader.com, and its main feature is "A Browser Extension for Faster Reading on ANY website!".

Extension Screenshots

screenshot
screenshot

Download Jiffy Reader Extension CRX File

Download Jiffy Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Visit https://jiffyreader.com/welcome for tips

What's Changed
fix broken embedded videos                    

Extension Basic Information

Name Jiffy Reader Jiffy Reader
ID lljedihjnnjjefafchaljkhbpfhfkdic
Official URL https://chromewebstore.google.com/detail/jiffy-reader/lljedihjnnjjefafchaljkhbpfhfkdic
Description A Browser Extension for Faster Reading on ANY website!
File Size 191 KB
Installation Count 93,777
Current Version 1.1.5
Last Updated 2024-01-14
Publish Date 2022-05-24
Rating 4.44/5 Total 101 Ratings
Developer https://jiffyreader.com
Email [email protected]
Payment Type free
Extension Website https://jiffyreader.com
Help Page URL https://jiffyreader.com
Privacy Policy Page URL https://www.jiffyreader.com/api/destinations/policy
Supported Languages id,ms,de,en,fr,sw,tr,ca,da,et,es,it,hu,sv,el,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "1.1.5",
    "name": "Jiffy Reader",
    "description": "A Browser Extension for Faster Reading on ANY website!",
    "author": "",
    "homepage_url": "https:\/\/github.com\/ansh\/jiffyreader.com#readme",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.d0591844.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.73592dd4.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": []
        }
    ],
    "version_name": "1.1.5",
    "default_locale": "en",
    "commands": {
        "toggle-bionic": {
            "suggested_key": {
                "default": "Alt+B"
            },
            "description": "Toggle bionic reading mode"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icon512.png",
                "assets\/sun-light-solid.svg",
                "assets\/moon-solid.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "content.8e1f2b20.css"
            ]
        }
    ]
}