ShutUpCecil
Stops Cecil annoying popups and lets you download lectures
ShutUpCecil란 무엇입니까?
ShutUpCecil은(는) ArrowTheRodgers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stops Cecil annoying popups and lets you download lectures"입니다.
확장 프로그램 스크린샷
ShutUpCecil 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:" } } |