Parents' Guide to Movies
Parents' guide to movies to help parents make informed viewing decisions for their kids and family.
Parents' Guide to Movies란 무엇입니까?
Parents' Guide to Movies은(는) http://www.solutionscollection.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Parents' guide to movies to help parents make informed viewing decisions for their kids and family."입니다.
확장 프로그램 스크린샷
Parents' Guide to Movies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*****NOW available on Play Store***** Parents' Guide to Movies extension enables parents to determine whether a movie is appropriate for them or their children, according to their own criteria. Every movie is assigned a rating on a scale of 0 to 10 in each of the following five different categories Sex & Nudity, Violence, Profanity, Alcohol/Drugs/Smoking, and Frightening/Intense. The reviews reflect facts of relevant scenes in the movie in the above categories. Users are encouraged to add their own reviews, but instead of adding personal opinions about what someone might think is right or wrong about the movie, we encourage users to only list the facts of relevant scenes in the movie based on the above categories and leave parents decide if the content is appropriate or not. Release updates: ================ Release 1.2.1: - Fix unlike button bug for not updating the deslikes count - Few usability enhancements Release 1.1.1: - Remove unnecessary permissions from the extension Release 1.1.0: - Added likes/dislikes feature to main reviews Release 1.0.0 - Initial release
확장 프로그램 기본 정보
이름 | |
ID | ibllajkaokdcdafjejfodmkclclkkdpd |
공식 URL | https://chrome.google.com/webstore/detail/parents-guide-to-movies/ibllajkaokdcdafjejfodmkclclkkdpd |
설명 | Parents' guide to movies to help parents make informed viewing decisions for their kids and family. |
파일 크기 | 306 KB |
설치 횟수 | 39 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2013-11-30 |
출시 날짜 | 2013-11-30 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | http://www.solutionscollection.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Parents' Guide to Movies", "version": "1.2.1", "manifest_version": 2, "description": "Parents' guide to movies to help parents make informed viewing decisions for their kids and family.", "browser_action": { "default_icon": "icon48.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "bell.png" ], "permissions": [ "notifications" ] } |