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'est-ce que Ramadan Filter ?

Ramadan Filter est une extension Chrome développée par republiquebeirut, et sa fonction principale est "Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ramadan Filter

Téléchargez les fichiers d'extension Ramadan Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ramadan Filter Ramadan Filter
ID icinjloanieankahehbckmflaamafjjg
URL Officiel https://chrome.google.com/webstore/detail/ramadan-filter/icinjloanieankahehbckmflaamafjjg
Description Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.
Taille du Fichier 111 KB
Nombre d'Installations 21
Version Actuelle 2.0
Dernière Mise à Jour 2017-05-29
Date de Publication 2017-05-29
Évaluation 1.00/5 Total 1 Évaluations
Développeur republiquebeirut
Type de Paiement free
Site Web de l'Extension http://www.republiquebeirut.com/
Langues Prises en Charge 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
    }
}