History Blocker by Site
prevents the logging of specified websites
History Blocker by Siteคืออะไร?
History Blocker by Site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frosation และคุณลักษณะหลักของมันคือ "prevents the logging of specified websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History Blocker by Site
ดาวน์โหลดไฟล์ส่วนขยาย History Blocker by Site ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*coded by CZ* Black lists specified websites from being logged into history. - Supports wildcard (*) for domains - Disregards www's and protocols (http, https, etc) - Disregards path Feel free to suggest any design, ui, or feature improvements (fully aware the current icon looks abysmal) __________________________________________ v1.2 - 18.08-2016: -fixed logic: *.site.com now matches site.com v1.1 - 17.08.2016: -added pointless copyright notice v1.0 - 16.08.2016: -initial
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | History Blocker by Site |
ID | keamekimefemnbgegbfkdkmbomaahfai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai |
คำอธิบาย | prevents the logging of specified websites |
ขนาดไฟล์ | 22.96 KB |
จำนวนการติดตั้ง | 6,291 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-10-02 |
วันที่เผยแพร่ | 2017-10-02 |
คะแนน | 2.75/5 รวมทั้งหมด 68 คะแนน |
ผู้พัฒนา | Frosation |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Blocker by Site", "short_name": "History Blocker", "description": "prevents the logging of specified websites", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "45", "background": { "scripts": [ "backg.js" ], "persistent": true }, "icons": { "16": "img\/filter16.png", "48": "img\/filter48.png", "128": "img\/filter128.png" }, "browser_action": { "default_icon": { "19": "img\/filter19.png", "39": "img\/filter38.png" }, "default_title": "Configure Options" }, "options_page": "options\/options.html", "permissions": [ "background", "history", "storage" ] } |