YouFocus - YouTube Filter

A filter for YouTube videos.

YouFocus - YouTube Filterとは何ですか?

YouFocus - YouTube FilterはPractimakeによって開発されたChromeの拡張機能で、その主な機能は「A filter for YouTube videos.」です。

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

screenshot
screenshot

YouFocus - YouTube Filter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Now you can filter your recommended YouTube videos based on the words in the title and channel name! Stop the distractions and 2am YouTube sessions and focus on the videos that matter to you.                    

拡張機能の基本情報

名前 YouFocus - YouTube Filter YouFocus - YouTube Filter
ID nlokjknlncdcjohkpclkbeofefnmjaad
公式URL https://chromewebstore.google.com/detail/youfocus-youtube-filter/nlokjknlncdcjohkpclkbeofefnmjaad
説明 A filter for YouTube videos.
ファイルサイズ 729 KB
インストール数 230
現在のバージョン 1.0.1
最終更新日 2020-07-17
公開日 2020-07-15
評価 4.80/5 合計 5 レビュー
開発者 Practimake
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouFocus - YouTube Filter",
    "description": "A filter for YouTube videos.",
    "version": "1.0.1",
    "icons": {
        "128": "funnelV2.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "utils.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "utils.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "funnelV2.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "declarativeContent"
    ]
}