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 là gì?

Ramadan Filter là một tiện ích mở rộng Chrome được phát triển bởi republiquebeirut, và tính năng chính của nó là "Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ramadan Filter

Tải xuống các tệp mở rộng Ramadan Filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ramadan Filter Ramadan Filter
ID icinjloanieankahehbckmflaamafjjg
URL Chính Thức https://chrome.google.com/webstore/detail/ramadan-filter/icinjloanieankahehbckmflaamafjjg
Mô tả Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-05-29
Ngày Phát Hành 2017-05-29
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển republiquebeirut
Loại Thanh Toán free
Trang Web Mở Rộng http://www.republiquebeirut.com/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}