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.
Cos'è ElfBite - Your new tab page for charity?
ElfBite - Your new tab page for charity è un'estensione di Chrome sviluppata da https://elfbite.com, e la sua funzione principale è "Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ElfBite - Your new tab page for charity
Scarica i file di estensione ElfBite - Your new tab page for charity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | anjnlhdbcnfammmkhbcndcaoojhefnnh |
| URL Ufficiale | https://chromewebstore.google.com/detail/elfbite-your-new-tab-page/anjnlhdbcnfammmkhbcndcaoojhefnnh |
| Descrizione | Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page. |
| Dimensione del File | 1.3 MB |
| Conteggio Installazioni | 66 |
| Versione Corrente | 1.0.1012 |
| Ultimo Aggiornamento | 2015-06-04 |
| Data di Pubblicazione | 2015-06-04 |
| Valutazione | 4.29/5 Totale 7 Valutazioni |
| Sviluppatore | https://elfbite.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://elfbite.com |
| URL della Pagina di Aiuto | http://info.elfbite.com |
| Lingue Supportate | 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'"
} | |