Feed Cleaner

Clean your social network news feed from suggested posts and ads

Feed Cleanerとは何ですか?

Feed CleanerはArik Wによって開発されたChromeの拡張機能で、その主な機能は「Clean your social network news feed from suggested posts and ads」です。

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

screenshot

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

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

拡張機能の使用方法

                        Keep those suggested posts and ads out of your social network news feed.
Which social network? Say "Phase-book" out loud 3 times.

The suggested posts and ads will collapse into a minimal row, allowing you to take a peek with a single click.

Your privacy is our top priority. We do not send any data to any server. Period.

News Feed Cleaner - Take control on your social network.                    

拡張機能の基本情報

名前 Feed Cleaner Feed Cleaner
ID jdmiahadpnljimfcnfaebjggbfkjkgan
公式URL https://chrome.google.com/webstore/detail/feed-cleaner/jdmiahadpnljimfcnfaebjggbfkjkgan
説明 Clean your social network news feed from suggested posts and ads
ファイルサイズ 82.2 KB
インストール数 68
現在のバージョン 1.0.1
最終更新日 2017-05-08
公開日 2017-05-08
評価 5.00/5 合計 2 レビュー
開発者 Arik W
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feed Cleaner",
    "manifest_version": 2,
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "vendor\/jquery-1.11.3.min.js",
                "defaults.js",
                "main.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "css": []
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "defaults.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "web_accessible_resources": [
        "images\/icon256.png",
        "images\/chevron-d.png",
        "images\/chevron-r.png"
    ],
    "description": "Clean your social network news feed from suggested posts and ads"
}