Daily Facts

Daily Facts : Get Daily Facts about Historical Events, Birthdays, Deaths

What is Daily Facts?

Daily Facts is a Chrome extension developed by https://d2rinternetholdings.com, and its main feature is "Daily Facts : Get Daily Facts about Historical Events, Birthdays, Deaths".

Extension Screenshots

screenshot

Download Daily Facts Extension CRX File

Download Daily Facts 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

                        Daily Facts new tab extension makes your browsing and searching fun and interesting! learn what happened today in history, who was born, who died and easily search the web for any other information!

Please read carefully: By installing Daily Facts extension you agree to the End User License Agreement and the Privacy Policy.
Please note that this extension provides an easy to use search option right inside your new tab, that will be provided by Bing.

End User License Agreement: https://www.d2rinternetholdings.com/eula-df
Privacy Policy: https://www.d2rinternetholdings.com/privacy-policy-qa
you may remove this extension at any time from the chrome extension page                    

Extension Basic Information

Name Daily Facts Daily Facts
ID fmlbajonajlacdodilkjocjcnfkkjoek
Official URL https://chromewebstore.google.com/detail/daily-facts/fmlbajonajlacdodilkjocjcnfkkjoek
Description Daily Facts : Get Daily Facts about Historical Events, Birthdays, Deaths
File Size 101 KB
Installation Count 205
Current Version 4.4
Last Updated 2023-07-18
Publish Date 2021-01-14
Rating 4.13/5 Total 8 Ratings
Developer https://d2rinternetholdings.com
Email [email protected]
Payment Type free
Extension Website https://www.d2rinternetholdings.com/
Help Page URL https://www.d2rinternetholdings.com/
Privacy Policy Page URL https://www.d2rinternetholdings.com/privacypolicy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Daily Facts",
    "version": "4.4",
    "description": "Daily Facts : Get Daily Facts about Historical Events, Birthdays, Deaths",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "*:\/\/feeds.feedburner.com\/*"
    ]
}