YouFocus - YouTube Filter

A filter for YouTube videos.

Apa itu YouFocus - YouTube Filter?

YouFocus - YouTube Filter adalah ekstensi Chrome yang dikembangkan oleh Practimake, dan fitur utamanya adalah "A filter for YouTube videos.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouFocus - YouTube Filter

Unduh file ekstensi YouFocus - YouTube Filter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YouFocus - YouTube Filter YouFocus - YouTube Filter
ID nlokjknlncdcjohkpclkbeofefnmjaad
URL Resmi https://chromewebstore.google.com/detail/youfocus-youtube-filter/nlokjknlncdcjohkpclkbeofefnmjaad
Deskripsi A filter for YouTube videos.
Ukuran File 729 KB
Jumlah Instalasi 230
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-07-17
Tanggal Publikasi 2020-07-15
Penilaian 4.80/5 Total 5 Penilaian
Pengembang Practimake
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}