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是由republiquebeirut開發的Chrome擴展程式,該擴展的主要功能是“Ramadan Filter: an extension that will help get you through the holy month, by blocking all mention of food & drink on your browser.”。

擴展截圖

screenshot

下載Ramadan Filter擴展crx文件

下載Ramadan Filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}