Astrologer
Get search results from web.
Astrologerคืออะไร?
Astrologer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย astrologer.today.1 และคุณลักษณะหลักของมันคือ "Get search results from web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Astrologer
ดาวน์โหลดไฟล์ส่วนขยาย Astrologer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Astrologer Search Engine enables the user's browser to search web results. Zodiac signs on new tab are powered by astrologer.today. By clicking "add to Chrome", I accept and agree to installing the Astrologer extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use (https://astrologer.today/terms) and Policy (https://astrologer.today/privacy)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Astrologer |
ID | fapjjnnnddbmponacmadeaonkcpeoefb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/astrologer/fapjjnnnddbmponacmadeaonkcpeoefb |
คำอธิบาย | Get search results from web. |
ขนาดไฟล์ | 172 KB |
จำนวนการติดตั้ง | 117,848 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2023-04-04 |
วันที่เผยแพร่ | 2023-02-16 |
คะแนน | 5.00/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | astrologer.today.1 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://astrologer.today/ |
URL หน้าช่วยเหลือ | https://astrologer.today/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://astrologer.today/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Astrologer", "author": "Galattic Cyberspace Ltd", "version": "0.0.3", "description": "Get search results from web.", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;" } } |