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.

Hvad er Ramadan Filter?

Ramadan Filter er en Chrome-udvidelse udviklet af republiquebeirut, og dens hovedfunktion er "Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.".

Udvidelsesskærmbilleder

screenshot

Download Ramadan Filter-udvidelses-CRX-fil

Download Ramadan Filter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ramadan Filter Ramadan Filter
ID icinjloanieankahehbckmflaamafjjg
Officiel URL https://chrome.google.com/webstore/detail/ramadan-filter/icinjloanieankahehbckmflaamafjjg
Beskrivelse Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.
Filstørrelse 111 KB
Antal Installationer 21
Nuværende Version 2.0
Senest Opdateret 2017-05-29
Udgivelsesdato 2017-05-29
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler republiquebeirut
Betalingsmetode free
Udvidelseswebsted http://www.republiquebeirut.com/
Understøttede Sprog 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
    }
}