BIONIC Reads

Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free

Что такое BIONIC Reads?

BIONIC Reads - это расширение Chrome, разработанное Umar Javed, и его основная функция - "Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения BIONIC Reads

Скачайте файлы расширений BIONIC Reads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Did you know that your Brain reads faster than your eyes? 🧠

Curious? Just look here https://www.bionicreads.com/

Bionic Reader, a first choice of Smart People to save time
1. 6x - 10x faster plus EFFORT LESS reading, an experience we never had before ⚡
2. this NEXT GEN. technology will save at least 60% of our reading time 🕑
3. increase Focus while reading
4. and a also life changer for dyslexics

How to use ?
Step 1
Install the chrome extension Now and pin it!

Step 2
Paste the activation code into extension, that you will receive in your email

Step 3
ACTIVATED!! Welcome to a Wholesome new Reading Experience!


Let's make it the Best Reading Tool TOGETHER 💪


Bionic Read
Bionic Reader
Bionic Reading                    

Основная информация о расширении

Название BIONIC Reads BIONIC Reads
ID cmgbhilenphccembeijmdccogelmcngf
Официальный URL https://chromewebstore.google.com/detail/bionic-reads/cmgbhilenphccembeijmdccogelmcngf
Описание Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free
Размер файла 23.22 KB
Количество установок 51
Текущая Версия 1.0.0
Последнее Обновление 2022-05-25
Дата публикации 2022-05-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Umar Javed
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://www.bionicreads.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BIONIC Reads",
    "description": "Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/16_a.png",
            "32": "\/assets\/32_a.png",
            "48": "\/assets\/48_a.png",
            "128": "\/assets\/128_a.png"
        }
    },
    "icons": {
        "16": "\/assets\/16_a.png",
        "32": "\/assets\/32_a.png",
        "48": "\/assets\/48_a.png",
        "128": "\/assets\/128_a.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        }
    ]
}