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.

¿Qué es Ramadan Filter?

Ramadan Filter es una extensión de Chrome desarrollada por republiquebeirut, y su función principal es "Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ramadan Filter

Descarga archivos de extensión Ramadan Filter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Ramadan Filter Ramadan Filter
ID icinjloanieankahehbckmflaamafjjg
URL Oficial https://chrome.google.com/webstore/detail/ramadan-filter/icinjloanieankahehbckmflaamafjjg
Descripción Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.
Tamaño del Archivo 111 KB
Cantidad de Instalaciones 21
Versión Actual 2.0
Última Actualización 2017-05-29
Fecha de Publicación 2017-05-29
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador republiquebeirut
Tipo de Pago free
Sitio Web de la Extensión http://www.republiquebeirut.com/
Idiomas Soportados 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
    }
}