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.

ما هو Ramadan Filter؟

Ramadan Filter هو إضافة Chrome تم تطويرها بواسطة republiquebeirut، والميزة الرئيسية لها هي "Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ramadan Filter

قم بتنزيل ملفات الامتداد Ramadan Filter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Ramadan Filter Ramadan Filter
ID icinjloanieankahehbckmflaamafjjg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ramadan-filter/icinjloanieankahehbckmflaamafjjg
الوصف Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.
حجم الملف 111 KB
عدد التثبيتات 21
النسخة الحالية 2.0
آخر تحديث 2017-05-29
تاريخ النشر 2017-05-29
تقييم 1.00/5 مجموع تقييمات 1
المطور republiquebeirut
نوع الدفع free
موقع الإضافة http://www.republiquebeirut.com/
اللغات المدعومة 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
    }
}