Saferflix

Saferflix

Saferflix क्या है?

Saferflix https://saferflix.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saferflix"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Saferflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Saferflix allows you to filter streaming content through our customize-able filters. Choose to edit specific words (cussing / vulgarity), nudity, sexual content, and violence.

----------------------------------------------------------

To use Saferflix:

1) Download the Chrome extension
2) Go to Saferflix.com and register. 
3) Wait for your account to be approved
4) Go back to Saferflix and check our Movie/TV list page. Click on any movie/tv show to view, or ...
5) Using Chrome (with the Saferflix extension from step 1), go to Netflix or Amazon instant video and attempt to play any movie. You can buy a filter for the movie, or you can request that it be filtered.

-----------------------------------------------------
Update log
-----------------------------------------------------
Version 1.3.2 - October 2017
Updates to handle new Netflix UI
-----------------------------------------------------
Version 1.2.1 - Sept 2017
-Fixed full screen filtering issues
-----------------------------------------------------
Version 1.2.0 - Sept 2017
-Updates for font sizes
-Adjustments to handle paid version functionality of Saferflix
-----------------------------------------------------
Version 1.1.5 - Aug 2017

- Fixed video edits for Amazon video that are 10 seconds or less for Amazon Instant Video                    

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

नाम Saferflix Saferflix
ID mlmlejelmhbnndmehhakihgbofkdmjak
आधिकारिक URL https://chromewebstore.google.com/detail/saferflix/mlmlejelmhbnndmehhakihgbofkdmjak
विवरण Saferflix
फ़ाइल का आकार 97.66 KB
स्थापना संख्या 86
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2017-10-20
प्रकाशन तिथि 2017-10-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://saferflix.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.saferflix.com
सहायता पृष्ठ URL https://www.saferflix.com/faq.aspx
गोपनीयता नीति पृष्ठ URL http://saferflix.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "saferflix.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "loading.gif"
    ],
    "description": "Saferflix",
    "manifest_version": 2,
    "name": "Saferflix",
    "short_name": "Saferflix",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "notifications"
    ],
    "browser_action": {
        "default_title": "Saferflix",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2"
}