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 |
官方網址 | 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'" } |