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'" } |