Ramadan Filter

Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.

Ramadan Filter क्या है?

Ramadan Filter republiquebeirut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser."।

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

screenshot

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

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

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

                        Introducing Ramadan Filter, a Chrome extension that will help get you through the holy month, by blocking all mention of food and drink on your browser. The Filter gets activated at Sunrise and disables at Sunset, meaning you can now spend your days fasting, without worrying about distractions.                    

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

नाम Ramadan Filter Ramadan Filter
ID icinjloanieankahehbckmflaamafjjg
आधिकारिक URL https://chrome.google.com/webstore/detail/ramadan-filter/icinjloanieankahehbckmflaamafjjg
विवरण Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.
फ़ाइल का आकार 111 KB
स्थापना संख्या 21
वर्तमान संस्करण 2.0
अंतिम अपडेट 2017-05-29
प्रकाशन तिथि 2017-05-29
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर republiquebeirut
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.republiquebeirut.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ramadan Filter",
    "short_name": "RF",
    "version": "2.0",
    "description": "Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Ramadan Filter"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/events.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.2.2.min.js",
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}