ShutUpCecil
Stops Cecil annoying popups and lets you download lectures
ShutUpCecilคืออะไร?
ShutUpCecil เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ArrowTheRodgers และคุณลักษณะหลักของมันคือ "Stops Cecil annoying popups and lets you download lectures"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShutUpCecil
ดาวน์โหลดไฟล์ส่วนขยาย ShutUpCecil ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of those pesky Cecil alerts? Need to download your lectures with ease and grace? This is the extension for you! ** FEATURES ** - Stops Cecil from trying to log you out with alerts and what not. Bad Cecil! Let me procrastinate in peace! - When viewing a lecture, a wee button will appear in your url bar, clicking it will download the last viewed lecture. You can not catch up on your lectures anywhere, even without an internet connection! Issues? Bugs? Suggestions? Leave a comment, or flick me an email. Or track me down in person, if you know my secret identity. Share with all your friends and neighbours! **VERSION HISTORY** 0.3.7: No need for global permissions. These updates are lame when will something fun happen!? 0.3.6: Better gulp. Noone needs to care. I care though. 0.3.2: Better script injection for alertBlocker, better alertBlock function
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bgokogojhamakpbfnhbindkipkmnpchd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/shutupcecil/bgokogojhamakpbfnhbindkipkmnpchd |
คำอธิบาย | Stops Cecil annoying popups and lets you download lectures |
ขนาดไฟล์ | 30.95 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 0.3.7 |
อัปเดตครั้งล่าสุด | 2015-09-21 |
วันที่เผยแพร่ | 2015-09-21 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ArrowTheRodgers |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShutUpCecil", "version": "0.3.7", "description": "Stops Cecil annoying popups and lets you download lectures", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "downloads", "tabs", "https:\/\/mediastore.auckland.ac.nz\/", "https:\/\/cecil.auckland.ac.nz\/" ], "background": { "scripts": [ "download.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/cecil.auckland.ac.nz\/Cecil.aspx*" ], "js": [ "alerts.js" ] } ], "icons": { "32": "icons\/cecil32.png", "64": "icons\/cecil64.png", "128": "icons\/cecil128.png" }, "page_action": { "default_icon": { "19": "icons\/cecil19.png", "38": "icons\/cecil38.png" }, "default_title": "Click to download:" } } |