Bugs! for Mac - Plugin for Google Chrome™
맥용 벅스 플레이어를 위한 크롬 플러그인입니다. 자세한 내용은 thefermata.net을 참고하세요.
What is Bugs! for Mac - Plugin for Google Chrome™?
Bugs! for Mac - Plugin for Google Chrome™ is a Chrome extension developed by Haechan Lee, and its main feature is "맥용 벅스 플레이어를 위한 크롬 플러그인입니다. 자세한 내용은 thefermata.net을 참고하세요.".
Extension Screenshots
Download Bugs! for Mac - Plugin for Google Chrome™ Extension CRX File
Download Bugs! for Mac - Plugin for Google Chrome™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
맥용 벅스 플레이어 어플리케이션이 크롬에서 벅스 웹사이트와 연동 될 수 있도록 도와주는 플러그인입니다. 플러그인 설치시 발생하던 웹 히스토리 문제를 해결하였습니다. 전체재생 클릭 시 웹 플레이어가 실행되던 문제를 해결하였습니다.
Extension Basic Information
Name | Bugs! for Mac - Plugin for Google Chrome™ |
ID | oijpbohhmbgkoajncbndffonkoojgbde |
Official URL | https://chromewebstore.google.com/detail/bugs-for-mac-plugin-for-g/oijpbohhmbgkoajncbndffonkoojgbde |
Description | 맥용 벅스 플레이어를 위한 크롬 플러그인입니다. 자세한 내용은 thefermata.net을 참고하세요. |
File Size | 16.19 KB |
Installation Count | 661 |
Current Version | 1.3 |
Last Updated | 2014-08-12 |
Publish Date | 2014-08-11 |
Rating | 4.80/5 Total 10 Ratings |
Developer | Haechan Lee |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bugs! for Mac - Plugin for Google Chrome\u2122", "version": "1.3", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "description": "\ub9e5\uc6a9 \ubc85\uc2a4 \ud50c\ub808\uc774\uc5b4\ub97c \uc704\ud55c \ud06c\ub86c \ud50c\ub7ec\uadf8\uc778\uc785\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 thefermata.net\uc744 \ucc38\uace0\ud558\uc138\uc694.", "permissions": [ "http:\/\/www.bugs.co.kr\/", "http:\/\/music.bugs.co.kr\/", "http:\/\/search.bugs.co.kr\/" ], "content_scripts": [ { "matches": [ "*:\/\/www.bugs.co.kr\/*", "*:\/\/music.bugs.co.kr\/*", "*:\/\/search.bugs.co.kr\/*" ], "js": [ "changeListenFunction.js" ], "run_at": "document_end" } ] } |