FilterFred YouTube Age Filter

Browse YouTube safely with FilterFred

什麼是FilterFred YouTube Age Filter?

FilterFred YouTube Age Filter是由https://filterfred.app開發的Chrome擴展程式,該擴展的主要功能是“Browse YouTube safely with FilterFred”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載FilterFred YouTube Age Filter擴展crx文件

下載FilterFred YouTube Age Filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Filter Fred: Kid-Friendly YouTube Experience 

Visit the Website link to see more 👉

Discover a safer and age-appropriate YouTube experience for your children with Filter Fred! This innovative Chrome extension uses advanced AI technology to provide a kid-friendly browsing experience by filtering content based on your child's age group. 

Key Features:
🤖 - AI-powered content filtering for age-appropriate videos 
💻 - Configurable YouTube access schedules to manage screen time
📜 - Viewing history dashboard to monitor your child's online activity
🔒 - Personalized parental controls for a customized experience

Get started with Filter Fred in just 4 simple steps:
1️⃣. Sign up for an account
2️⃣. Add the Filter Fred extension to your Chrome browser
3️⃣. Set your preferred controls and age group settings
4️⃣. Activate Filter Fred on YouTube and let the safer browsing begin!

7-day free trial, to find the perfect fit for your family. Keep your kids safe online and promote a balanced digital lifestyle with Filter Fred - the ultimate age-appropriate YouTube experience powered by AI!                    

擴展基本資訊

名稱 FilterFred YouTube Age Filter FilterFred YouTube Age Filter
ID kdclbeghjpdoajdpkifhhgehoegidpfg
官方網址 https://chromewebstore.google.com/detail/filterfred-youtube-age-fi/kdclbeghjpdoajdpkifhhgehoegidpfg
簡介 Browse YouTube safely with FilterFred
檔案大小 267 KB
安裝次數 21
目前版本 1.0.4
更新時間 2023-08-18
上架時間 2023-04-28
開發者 https://filterfred.app
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.filterfred.app/
說明頁面URL https://www.filterfred.app/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FilterFred YouTube Age Filter",
    "description": "Browse YouTube safely with FilterFred",
    "version": "1.0.4",
    "icons": {
        "128": "icons\/icon.png"
    },
    "permissions": [
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_icon": {
            "32": "icons\/icon.png"
        },
        "default_title": "Open FilterFred on YouTube only"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "MacCtrl+Shift+Y"
            },
            "description": "Toggle Popup"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/jquery-3.6.4.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "423000357478-mkkkfppo78gm2g8c4oj0nl4cbnrpcgme.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}