EmoGuard - Keyword Blocker
cross-platform 🤝 keyword blocker
EmoGuard - Keyword Blockerคืออะไร?
EmoGuard - Keyword Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EmoGuard และคุณลักษณะหลักของมันคือ "cross-platform 🤝 keyword blocker"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EmoGuard - Keyword Blocker
ดาวน์โหลดไฟล์ส่วนขยาย EmoGuard - Keyword Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
EmoGuard is a browser extension that allows you to block text or elements you don't want to see on any website.
➤ KEY FEATURES
• Keyword blocking:
Block keywords you don't want to see
• Customizing CSS selectors:
Pursue your own way of blocking
• Sync feature:
Sync data across all your devices using Dropbox
• Cross platform:
Supports desktop and some mobile browsers
➤ Why use EmoGuard?
• Get over the slander:
There are all kinds of people in the world. You can't change them, but you can control the information on the web pages you view with EmoGuard.
• Avoid any spoilers:
Spoilers sneak up on you like assassins and suddenly appear. Don't worry anymore, you can prevent it by adding the relevant words to EmoGuard.
• Focus on what matters:
Once people feel bad, they spend their time on distractions. So save your emotions with EmoGuard and use your precious time for what matters.
➤ More
For more information on how to use the extension, please visit the official website.
https://emoguard.app/
It's time to bring back the fun web.
Happy Internet Life!
➤ Release Notes
1.3.0
• Added whitelist feature.
• Added reset feature.
• Keyword detection sensitivity can now be adjusted.
• The popup icon now reflects the on/off status of the extension.
• Updated default CSS selectors.
• Fixed the popup screen design.
• Fixed an issue where keywords were not blocked in certain situations.
• Improved performance by skipping some processing when possible.
1.2.4
• Improved accuracy of keyword blocking.
• Fixed a sync bug.
1.2.3
• Improved stability and quality of keyword blocking.
• Fixed an issue that caused an error in Cloud Integration.
1.2.2
• Improved performance of keyword blocking.
• Fixed some bugs.
1.2.1
• Significantly improved performance of keyword blocking.
1.2.0
• Added CSS selector sorting feature.
• Added keyword sorting feature.
1.1.0
• Simplified the design of the extension's popup.
• Added customization mode for power users. Customization can be enabled from "⋮" in the top right of the popup.
1.0.0
• Released EmoGuard.
➤ Attribution
Twemoji graphics made by Twitter, Inc and other contributors are licensed under CC-BY 4.0:
https://creativecommons.org/licenses/by/4.0/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jgjkefnbeaoejcbpfggcggicconjfldd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/emoguard-keyword-blocker/jgjkefnbeaoejcbpfggcggicconjfldd |
| คำอธิบาย | cross-platform 🤝 keyword blocker |
| ขนาดไฟล์ | 2.69 MB |
| จำนวนการติดตั้ง | 290 |
| เวอร์ชันปัจจุบัน | 1.3.0 |
| อัปเดตครั้งล่าสุด | 2023-12-29 |
| วันที่เผยแพร่ | 2022-10-16 |
| คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | EmoGuard |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://emoguard.app/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://emoguard.app/docs/privacy-policy |
| ภาษาที่รองรับ | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_manifestName__",
"description": "__MSG_manifestDescription__",
"version": "1.3.0",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"alarms"
],
"background": {
"service_worker": "\/static\/js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/icon16.png",
"24": "\/icons\/icon24.png",
"32": "\/icons\/icon32.png"
}
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"js": [
"\/static\/js\/content-script.js"
],
"css": [
"\/static\/css\/content-script.css"
],
"run_at": "document_start"
}
]
} | |