No, thanks.
Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…
No, thanks.คืออะไร?
No, thanks. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.no-thanks-extension.com และคุณลักษณะหลักของมันคือ "Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No, thanks.
ดาวน์โหลดไฟล์ส่วนขยาย No, thanks. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of newsletter pop-ups?
Chat, feedback and contact boxes?
"Install our app" toolbars?
"Allow notifications" pop-ups?
"Let us know your location" pop-ups?
Survey and opinion pop-ups?
Website ratings, "Website protected by" and similar boxes?
Toolbars offering website translation?
Sticky videos in the corner?
"Back to top" buttons?
Install "No, thanks." for only € 9.85 a year, choose what you want to hide and clean your precious screen space! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gpnimokaaihgjhgopjkfdkpbckmhckoc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-thanks/gpnimokaaihgjhgopjkfdkpbckmhckoc |
| คำอธิบาย | Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us… |
| ขนาดไฟล์ | 33.77 KB |
| จำนวนการติดตั้ง | 364 |
| เวอร์ชันปัจจุบัน | 0.0.9 |
| อัปเดตครั้งล่าสุด | 2023-12-15 |
| วันที่เผยแพร่ | 2020-04-22 |
| คะแนน | 3.47/5 รวมทั้งหมด 15 คะแนน |
| ผู้พัฒนา | https://www.no-thanks-extension.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | in_app |
| เว็บไซต์ส่วนขยาย | https://www.no-thanks-extension.com/ |
| URL หน้าช่วยเหลือ | https://www.no-thanks-extension.com/faq |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "0.0.9",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"author": "Daniel Kladnik @ kiboke studio",
"permissions": [
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*",
"notifications",
"webRequest",
"webRequestBlocking",
"webNavigation"
],
"background": {
"scripts": [
"data\/extension.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www.no-thanks-extension.com\/*"
],
"js": [
"data\/home-proxy.js"
]
}
],
"options_ui": {
"page": "data\/options.html"
},
"browser_action": {
"default_popup": "data\/menu\/index.html",
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png"
}
}
} | |