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
公式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
    }
}