Goodsearch - Search & earn money for charity
Earn money for charity with every search.
Goodsearch - Search & earn money for charityคืออะไร?
Goodsearch - Search & earn money for charity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goodsearch.com และคุณลักษณะหลักของมันคือ "Earn money for charity with every search."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goodsearch - Search & earn money for charity
ดาวน์โหลดไฟล์ส่วนขยาย Goodsearch - Search & earn money for charity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
By using this extension, you'll be setting your default search engine to Goodsearch, making it simple to earn money for charity with every search. How it works Goodsearch is the search engine for good. Just like other search engines, Goodsearch generates ad revenue with every search you conduct, then $0.01 of that revenue is credited to your donation search bank. When you earn money by searching, you'll be able to donate it to your favorite charity. Start donating to your favorite charity now, with the Goodsearch Chrome extension! Your privacy is important. Goodsearch doesn't sell your data, so you can rest easy knowing your search history is secure. Read more about our privacy policy (https://www.goodsearch.com/privacy).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Goodsearch - Search & earn money for charity |
ID | iaddnieblncoaceemlhlbaegajapbcmi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/goodsearch-search-earn-mo/iaddnieblncoaceemlhlbaegajapbcmi |
คำอธิบาย | Earn money for charity with every search. |
ขนาดไฟล์ | 621 KB |
จำนวนการติดตั้ง | 2,384 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2023-10-17 |
วันที่เผยแพร่ | 2020-09-22 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://goodsearch.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.goodsearch.com |
URL หน้าช่วยเหลือ | https://www.goodshop.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.goodsearch.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goodsearch - Search & earn money for charity", "description": "Earn money for charity with every search.", "homepage_url": "https:\/\/www.goodsearch.com", "action": { "default_icon": { "16": "favicon-16.png", "48": "favicon-48.png", "96": "favicon-96.png", "128": "favicon-128.png" }, "default_title": "Goodsearch - Search & earn money for charity" }, "icons": { "16": "favicon-16.png", "48": "favicon-48.png", "96": "favicon-96.png", "128": "favicon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.goodsearch.com\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*.goodsearch.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.goodsearch.com\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "manifest_version": 3, "version": "2.0.2" } |