Clear my NSFW history
Clean all nsfw websites from browser's history
Clear my NSFW historyคืออะไร?
Clear my NSFW history เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ilyamedzhidov และคุณลักษณะหลักของมันคือ "Clean all nsfw websites from browser's history"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear my NSFW history
ดาวน์โหลดไฟล์ส่วนขยาย Clear my NSFW history ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will help you to remove all nsfw content from your browser's history.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clear my NSFW history |
ID | jnmlpdjhbcmkekgdfjfdgpfcincoalgg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/clear-my-nsfw-history/jnmlpdjhbcmkekgdfjfdgpfcincoalgg |
คำอธิบาย | Clean all nsfw websites from browser's history |
ขนาดไฟล์ | 4.54 MB |
จำนวนการติดตั้ง | 209 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-08-04 |
วันที่เผยแพร่ | 2020-08-04 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | ilyamedzhidov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear my NSFW history", "version": "1.0.1", "description": "Clean all nsfw websites from browser's history", "author": "medzhidov", "manifest_version": 2, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "permissions": [ "background", "storage", "history" ], "browser_action": { "default_icon": "icons\/512.png", "default_title": "Clear my NSFW history", "default_popup": "pages\/popup.html" }, "background": { "persistent": false, "page": "pages\/background.html" }, "options_page": "pages\/options.html", "offline_enabled": true, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |