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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://elfbite.com และคุณลักษณะหลักของมันคือ "Elfbite is your new, fully customizable, new tab page for charity. This extension sets ElfBite as your new tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ElfBite - Your new tab page for charity
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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'"
} | |