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.
O que é ElfBite - Your new tab page for charity?
ElfBite - Your new tab page for charity é uma extensão do Chrome desenvolvida por https://elfbite.com, e sua principal característica é "Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ElfBite - Your new tab page for charity
Baixe arquivos de extensão ElfBite - Your new tab page for charity no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
- 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.
Informações Básicas da Extensão
Nome | ElfBite - Your new tab page for charity |
ID | anjnlhdbcnfammmkhbcndcaoojhefnnh |
URL Oficial | https://chromewebstore.google.com/detail/elfbite-your-new-tab-page/anjnlhdbcnfammmkhbcndcaoojhefnnh |
Descrição | Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page. |
Tamanho do Arquivo | 1.3 MB |
Contagem de Instalações | 66 |
Versão Atual | 1.0.1012 |
Última Atualização | 2015-06-04 |
Data de Publicação | 2015-06-04 |
Classificação | 4.29/5 Total de 7 Avaliações |
Desenvolvedor | https://elfbite.com |
Tipo de Pagamento | free |
Site da Extensão | http://elfbite.com |
URL da Página de Ajuda | http://info.elfbite.com |
Idiomas Suportados | 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'" } |