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.

O que é Ramadan Filter?

Ramadan Filter é uma extensão do Chrome desenvolvida por republiquebeirut, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ramadan Filter

Baixe arquivos de extensão Ramadan Filter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ramadan Filter Ramadan Filter
ID icinjloanieankahehbckmflaamafjjg
URL Oficial https://chrome.google.com/webstore/detail/ramadan-filter/icinjloanieankahehbckmflaamafjjg
Descrição Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.
Tamanho do Arquivo 111 KB
Contagem de Instalações 21
Versão Atual 2.0
Última Atualização 2017-05-29
Data de Publicação 2017-05-29
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor republiquebeirut
Tipo de Pagamento free
Site da Extensão http://www.republiquebeirut.com/
Idiomas Suportados 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
    }
}