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.

Cos'è Ramadan Filter?

Ramadan Filter è un'estensione di Chrome sviluppata da republiquebeirut, e la sua funzione principale è "Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ramadan Filter

Scarica i file di estensione Ramadan Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ramadan Filter Ramadan Filter
ID icinjloanieankahehbckmflaamafjjg
URL Ufficiale https://chrome.google.com/webstore/detail/ramadan-filter/icinjloanieankahehbckmflaamafjjg
Descrizione Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.
Dimensione del File 111 KB
Conteggio Installazioni 21
Versione Corrente 2.0
Ultimo Aggiornamento 2017-05-29
Data di Pubblicazione 2017-05-29
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore republiquebeirut
Tipo di Pagamento free
Sito Web dell'Estensione http://www.republiquebeirut.com/
Lingue Supportate 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
    }
}