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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Parents' guide to movies to help parents make informed viewing decisions for their kids and family."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Parents' Guide to Movies एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम Parents' Guide to Movies Parents' Guide to Movies
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"
    ]
}