FeedSpot Minimal

Maximize your reading area with this extension and remove ads

FeedSpot Minimalとは何ですか?

FeedSpot MinimalはPrashan Fernandoによって開発されたChromeの拡張機能で、その主な機能は「Maximize your reading area with this extension and remove ads」です。

拡張機能のスクリーンショット

screenshot
screenshot

FeedSpot Minimal拡張機能のCRXファイルをダウンロード

FeedSpot Minimal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Maximize your reading area with this extension and remove ads                    

拡張機能の基本情報

名前 FeedSpot Minimal FeedSpot Minimal
ID dhjjageceimmgofhkplkbdjkfablfopa
公式URL https://chromewebstore.google.com/detail/feedspot-minimal/dhjjageceimmgofhkplkbdjkfablfopa
説明 Maximize your reading area with this extension and remove ads
ファイルサイズ 36.06 KB
インストール数 78
現在のバージョン 1.0
最終更新日 2014-02-04
公開日 2014-02-03
評価 5.00/5 合計 1 レビュー
開発者 Prashan Fernando
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FeedSpot Minimal",
    "description": "Maximize your reading area with this extension and remove ads",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.feedspot.com\/*",
                "http:\/\/feedspot.com\/*",
                "https:\/\/*.feedspot.com\/*",
                "https:\/\/feedspot.com\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.min.js"
            ],
            "css": [
                "minimal.min.css"
            ]
        }
    ]
}