Yoga Internet
Beautiful landscapes – instead of war!
Yoga Internet란 무엇입니까?
Yoga Internet은(는) https://good.media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautiful landscapes – instead of war!"입니다.
확장 프로그램 스크린샷
Yoga Internet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The plugin will delete war, crimes, politics, rough stuff, and other inconsistent with yoga topics from your webpages. And instead of them you will see beautiful landscapes and drawings. Your Internet will become completely different! If required, you can adapt its configuration settings.
확장 프로그램 기본 정보
이름 | |
ID | dmojdkbkmdogbhfonmgodkihaappeepn |
공식 URL | https://chromewebstore.google.com/detail/yoga-internet/dmojdkbkmdogbhfonmgodkihaappeepn |
설명 | Beautiful landscapes – instead of war! |
파일 크기 | 15.41 MB |
설치 횟수 | 18 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-04-28 |
출시 날짜 | 2015-04-28 |
개발자 | https://good.media |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://good.media/ru/contact |
도움말 페이지 URL | http://good.media/ru/contact |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0", "manifest_version": 2, "description": "__MSG_extDesc__", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_popup": "fragments\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/jquery-1.8.3.js", "lib\/jquery.tooltipster.js", "lib\/jquery.color-2.1.2.js", "lib\/jquery-ui.js", "lib\/md5.js", "lib\/jquery.groupinputs.js", "scripts\/interestCat.js", "scripts\/main.js", "scripts\/activate.js", "scripts\/noactive.js", "scripts\/license.js", "scripts\/notification.js", "scripts\/popup.js" ], "css": [ "css\/tooltipster.css", "css\/jquery-ui.css", "css\/content.css" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "tabs" ], "options_page": "fancy-settings\/source\/index.html", "default_locale": "ru", "web_accessible_resources": [ "images\/*.png" ] } |