Stop Reclame
Get rid of ads for free!
Stop Reclameคืออะไร?
Stop Reclame เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stopreclame.com และคุณลักษณะหลักของมันคือ "Get rid of ads for free!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Reclame
ดาวน์โหลดไฟล์ส่วนขยาย Stop Reclame ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Description:
- blocking ads
- deleting widgets of social networks
- users anonymity is increased (deleting counters and analytics systems)
- blocking 3rd party cookies
- notifications for members regarding malware extensions
- opportunity to send detailed reports
- opportunity to block any element on web site
- managing installed extensions
- opportunity to disable the extension at all or on concrete web site
- displaying statistics regarding blocked pages ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ohmkcnojelglgphmkgmofjlmpoelccjh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stop-reclame/ohmkcnojelglgphmkgmofjlmpoelccjh |
| คำอธิบาย | Get rid of ads for free! |
| ขนาดไฟล์ | 141 KB |
| จำนวนการติดตั้ง | 24,198 |
| เวอร์ชันปัจจุบัน | 3.0.0.0 |
| อัปเดตครั้งล่าสุด | 2022-10-05 |
| วันที่เผยแพร่ | 2020-03-14 |
| คะแนน | 4.66/5 รวมทั้งหมด 1708 คะแนน |
| ผู้พัฒนา | https://stopreclame.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://stopreclame.com/privacy.html |
| ภาษาที่รองรับ | de,en,en-GB,en-US,nl,pt-BR,pt-PT,sr,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Stop Reclame",
"version": "3.0.0.0",
"manifest_version": 3,
"description": "__MSG_ext_description__",
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_popup_description__",
"default_popup": "popup\/index.html"
},
"permissions": [
"activeTab",
"alarms",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"storage"
]
} | |