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.”。
扩展截图
下载ElfBite - Your new tab page for charity扩展crx文件
下载ElfBite - Your new tab page for charity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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 |
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'" } |