FilterFred YouTube Age Filter

Browse YouTube safely with FilterFred

FilterFred YouTube Age Filter là gì?

FilterFred YouTube Age Filter là một tiện ích mở rộng Chrome được phát triển bởi https://filterfred.app, và tính năng chính của nó là "Browse YouTube safely with FilterFred".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FilterFred YouTube Age Filter

Tải xuống các tệp mở rộng FilterFred YouTube Age Filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FilterFred YouTube Age Filter FilterFred YouTube Age Filter
ID kdclbeghjpdoajdpkifhhgehoegidpfg
URL Chính Thức https://chromewebstore.google.com/detail/filterfred-youtube-age-fi/kdclbeghjpdoajdpkifhhgehoegidpfg
Mô tả Browse YouTube safely with FilterFred
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-08-18
Ngày Phát Hành 2023-04-28
Nhà Phát Triển https://filterfred.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.filterfred.app/
URL Trang Trợ Giúp https://www.filterfred.app/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}