Youversion Search - Filter notes & bookmarks

Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.

What is Youversion Search - Filter notes & bookmarks?

Youversion Search - Filter notes & bookmarks is a Chrome extension developed by https://favourfelix.com, and its main feature is "Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.".

Extension Screenshots

screenshot
screenshot

Download Youversion Search - Filter notes & bookmarks Extension CRX File

Download Youversion Search - Filter notes & bookmarks 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

                        Elevate Your Bible Study Experience with the Youversion Search Chrome Extension

Engage with the Scriptures on a new level with Youversion Search—seamlessly integrated with your Youversion Bible App, but with super powers to help you manage your notes and bookmarks better.

Why Choose the Youversion Search Chrome Extension?
- Easily access and build upon your spiritual insights by efficiently managing notes and bookmarks.

- Find specific verses and thoughts instantly, making your former discoveries more accessible than ever.

- Enjoy smooth synchronization between web extension, mobile web and your Youversion Bible app, ensuring your insights are available everywhere you go.

Experience Youversion Search today and study more efficiently.

*Please note that Youversion Search is not affiliated with Youversion or Life.Church. It is a standalone product built by an independent developer.                    

Extension Basic Information

Name Youversion Search - Filter notes & bookmarks Youversion Search - Filter notes & bookmarks
ID ccdlfnlcdkjjcjdiidgghcgeadghfbdp
Official URL https://chromewebstore.google.com/detail/youversion-search-filter/ccdlfnlcdkjjcjdiidgghcgeadghfbdp
Description Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.
File Size 369 KB
Installation Count 379
Current Version 1.0.6
Last Updated 2024-01-19
Publish Date 2023-08-17
Rating 5.00/5 Total 4 Ratings
Developer https://favourfelix.com
Email [email protected]
Payment Type free
Extension Website https://favourfelix.com/youversion-search
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/1a83a299-00cf-4de5-a841-dcadefe3f414
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youversion Search - Filter notes & bookmarks",
    "description": "Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.",
    "version": "1.0.6",
    "action": {
        "default_popup": "index.html",
        "default_icon": "images\/youversion-search-128.png"
    },
    "icons": {
        "16": "images\/youversion-search-16.png",
        "32": "images\/youversion-search-32.png",
        "48": "images\/youversion-search-48.png",
        "128": "images\/youversion-search-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content-script.ts"
            ],
            "matches": [
                "https:\/\/my.bible.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "host_permissions": [
        "*:\/\/*.bible.com\/"
    ],
    "permissions": [
        "cookies",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "https:\/\/www.gstatic.com\/firebasejs\/10.7.1\/firebase-app-compat.js"
            ]
        }
    ]
}