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.
Apa itu ElfBite - Your new tab page for charity?
ElfBite - Your new tab page for charity adalah ekstensi Chrome yang dikembangkan oleh https://elfbite.com, dan fitur utamanya adalah "Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ElfBite - Your new tab page for charity
Unduh file ekstensi ElfBite - Your new tab page for charity dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
- 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.
Informasi Dasar Ekstensi
Nama | ElfBite - Your new tab page for charity |
ID | anjnlhdbcnfammmkhbcndcaoojhefnnh |
URL Resmi | https://chromewebstore.google.com/detail/elfbite-your-new-tab-page/anjnlhdbcnfammmkhbcndcaoojhefnnh |
Deskripsi | Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page. |
Ukuran File | 1.3 MB |
Jumlah Instalasi | 66 |
Versi Saat Ini | 1.0.1012 |
Terakhir Diperbarui | 2015-06-04 |
Tanggal Publikasi | 2015-06-04 |
Penilaian | 4.29/5 Total 7 Penilaian |
Pengembang | https://elfbite.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://elfbite.com |
URL Halaman Bantuan | http://info.elfbite.com |
Bahasa yang Didukung | 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'" } |