ElfBite - Your new tab page for charity

Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page.

What is ElfBite - Your new tab page for charity?

ElfBite - Your new tab page for charity is a Chrome extension developed by https://elfbite.com, and its main feature is "Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ElfBite - Your new tab page for charity Extension CRX File

Download ElfBite - Your new tab page for charity 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

                        - ElfBite is fully customizable. You can personalize your page with widgets, set your own background, and more.

- We never display any ads. Our only profit comes from users who allow us to append our referrals to some of their bookmarks.

- Because your interests matter to us, we keep all your information safe and private. No information about your browsing habits or anything else will ever be shared with anyone.

- By using our app, you are contributing to better the lives of thousands of children with no access to education.                    

Extension Basic Information

Name ElfBite - Your new tab page for charity ElfBite - Your new tab page for charity
ID anjnlhdbcnfammmkhbcndcaoojhefnnh
Official URL https://chromewebstore.google.com/detail/elfbite-your-new-tab-page/anjnlhdbcnfammmkhbcndcaoojhefnnh
Description Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page.
File Size 1.3 MB
Installation Count 66
Current Version 1.0.1012
Last Updated 2015-06-04
Publish Date 2015-06-04
Rating 4.29/5 Total 7 Ratings
Developer https://elfbite.com
Payment Type free
Extension Website http://elfbite.com
Help Page URL http://info.elfbite.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ElfBite - Your new tab page for charity",
    "description": "Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page.",
    "icons": {
        "64": "icon_64.png"
    },
    "version": "1.0.1012",
    "chrome_url_overrides": {
        "newtab": "elfbite\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/elfbite.com\/api\/auth\/facebook\/*",
                "http:\/\/elfbite.com\/api\/auth\/google\/*",
                "http:\/\/elfbite.com\/api\/auth\/twitter\/*",
                "http:\/\/www.elfbite.com\/api\/auth\/facebook\/*",
                "http:\/\/www.elfbite.com\/api\/auth\/google\/*",
                "http:\/\/www.elfbite.com\/api\/auth\/twitter\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/injected.js"
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}