No
This is a No button for the web. Unhappy with a site? Just say no.
Noคืออะไร?
No เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emlyn O'Regan และคุณลักษณะหลักของมันคือ "This is a No button for the web. Unhappy with a site? Just say no."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No
ดาวน์โหลดไฟล์ส่วนขยาย No ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Is a website annoying you with popups, redirects, animated banners, videos? Tell them NO with this app. NO sends them a message in their site logs expressing your displeasure, then closes the tab. Read more here: https://medium.com/@emlynoregan/a-no-button-for-the-web-60a8b4e78bd2 Update: Now it doesn't just close the tab, it'll back up through your history until you leave the site.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jmfapkolpjppffoknmidjmfdlnkicmkh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/no/jmfapkolpjppffoknmidjmfdlnkicmkh |
คำอธิบาย | This is a No button for the web. Unhappy with a site? Just say no. |
ขนาดไฟล์ | 45.99 KB |
จำนวนการติดตั้ง | 132 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-08-08 |
วันที่เผยแพร่ | 2015-08-08 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Emlyn O'Regan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No", "description": "This is a No button for the web. Unhappy with a site? Just say no.", "version": "1.2", "author": "Emlyn O'Regan", "icons": { "16": "noicon16.png", "48": "noicon48.png", "128": "noicon128.png" }, "browser_action": { "default_icon": "noicon48.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "*:\/\/*\/" ] } |