Dont Get Caught Beta
This extension exits all tabs and opens new page.
Dont Get Caught Betaคืออะไร?
Dont Get Caught Beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shawn Craig และคุณลักษณะหลักของมันคือ "This extension exits all tabs and opens new page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dont Get Caught Beta
ดาวน์โหลดไฟล์ส่วนขยาย Dont Get Caught Beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever got caught watching porn? Or snooping on someone's Facebook/Instagram page? Or browsing a website at work? If so, then Dont Get Caught is the perfect Chrome extension for you. You will never have to worry about someone catching you on a website that you don't want them to see. This app is simple and easy to use. With just one click of the icon or CTRL+X, all windows will exit and take you to a website that is suitable for the workplace. You can also set it up to clear 5 hours of your browsing history. This app runs well and uses little to no resources on your computer. You can have unlimited windows and tabs open, and Dont Get Caught extension will close everything and open job approved websites. For additional questions submit questions to the link provided below: https://groups.google.com/forum/#!forum/dont-get-caught-faq
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dont Get Caught Beta |
ID | bfdlgkempefaphofoepppnhfbbhgfofi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dont-get-caught-beta/bfdlgkempefaphofoepppnhfbbhgfofi |
คำอธิบาย | This extension exits all tabs and opens new page. |
ขนาดไฟล์ | 26.96 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 0.0.1.2 |
อัปเดตครั้งล่าสุด | 2014-05-27 |
วันที่เผยแพร่ | 2014-05-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Shawn Craig |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dont Get Caught Beta", "icons": { "16": "ICON16.png", "48": "ICON48.png", "128": "ICON128.png" }, "short_name": "DGC", "description": "This extension exits all tabs and opens new page.", "version": "0.0.1.2", "background": { "scripts": [ "popup.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "browsingData" ], "browser_action": { "default_title": "DontGetCaught", "default_icon": "ICON16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+X" }, "description": "Send a 'toggle-feature' event to the extension" } }, "manifest_version": 2 } |