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.

ElfBite - Your new tab page for charity란 무엇입니까?

ElfBite - Your new tab page for charity은(는) https://elfbite.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ElfBite - Your new tab page for charity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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.                    

확장 프로그램 기본 정보

이름 ElfBite - Your new tab page for charity ElfBite - Your new tab page for charity
ID anjnlhdbcnfammmkhbcndcaoojhefnnh
공식 URL https://chromewebstore.google.com/detail/elfbite-your-new-tab-page/anjnlhdbcnfammmkhbcndcaoojhefnnh
설명 Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page.
파일 크기 1.3 MB
설치 횟수 66
현재 버전 1.0.1012
최근 업데이트 2015-06-04
출시 날짜 2015-06-04
평점 4.29/5 총 7 개의 평점
개발자 https://elfbite.com
결제 유형 free
확장 프로그램 웹 사이트 http://elfbite.com
도움말 페이지 URL http://info.elfbite.com
지원되는 언어 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'"
}