Parents' Guide to Movies

Parents' guide to movies to help parents make informed viewing decisions for their kids and family.

O que é Parents' Guide to Movies?

Parents' Guide to Movies é uma extensão do Chrome desenvolvida por http://www.solutionscollection.com, e sua principal característica é "Parents' guide to movies to help parents make informed viewing decisions for their kids and family.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Parents' Guide to Movies

Baixe arquivos de extensão Parents' Guide to Movies no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        *****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                    

Informações Básicas da Extensão

Nome Parents' Guide to Movies Parents' Guide to Movies
ID ibllajkaokdcdafjejfodmkclclkkdpd
URL Oficial https://chrome.google.com/webstore/detail/parents-guide-to-movies/ibllajkaokdcdafjejfodmkclclkkdpd
Descrição Parents' guide to movies to help parents make informed viewing decisions for their kids and family.
Tamanho do Arquivo 306 KB
Contagem de Instalações 39
Versão Atual 1.2.1
Última Atualização 2013-11-30
Data de Publicação 2013-11-30
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor http://www.solutionscollection.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}