YouTube Russian Content Filter

Filters out Russian content from YouTube listings.

YouTube Russian Content Filterคืออะไร?

YouTube Russian Content Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย While Web และคุณลักษณะหลักของมันคือ "Filters out Russian content from YouTube listings."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Russian Content Filter

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Russian Content Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Antirus (YouTube Russian Content Filter) is a powerful and user-friendly Chrome extension designed to help users stay safe from Russian propaganda and misinformation by automatically detecting and removing Russian content from YouTube. With the increasing number of cyber attacks and disinformation campaigns, it's more important than ever to protect yourself from exposure to potentially harmful content.

Key Features:

Automatic detection and removal of Russian content: Antirus uses advanced language detection algorithms to identify Russian content on YouTube and instantly removes it from your view. The plugin works seamlessly on the YouTube main page, search results page, and subscriptions page.

Real-time protection: The plugin constantly monitors your YouTube browsing experience and removes Russian content as soon as it is detected. You can enjoy a cleaner and safer browsing experience without any manual intervention.

Easy-to-use controls: Antirus provides simple ON/OFF controls to enable or disable the plugin as per your preference. You can easily switch between the modes with just a click.

Efficient and lightweight: The plugin is optimized for performance and consumes minimal system resources, ensuring a smooth and uninterrupted browsing experience.

How to Use:

Install the Antirus extension from the Chrome Web Store.
The plugin is active by default. Browse YouTube, and Russian content will be automatically removed from your view.
To disable the plugin, click the extension icon in the toolbar, and then click the OFF button. To re-enable, click the ON button.
Stay informed and protect yourself from disinformation with Antirus, the ultimate Russian content blocker for YouTube. Download and install the extension now to enjoy a safer and cleaner browsing experience.

Note: Antirus is not affiliated with or endorsed by YouTube or Google. It is an independent extension developed to help users stay safe from exposure to Russian propaganda and misinformation.

Disclaimer: This plugin relies on third-party translation services for language detection. While the plugin is designed to be accurate in detecting and removing Russian content, there may be occasional false positives or negatives. The developer is not responsible for any unintended consequences resulting from the use of this plugin.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Russian Content Filter YouTube Russian Content Filter
ID ahmpjonfeelmnhcnhgjelijjjcikgfao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-russian-content-f/ahmpjonfeelmnhcnhgjelijjjcikgfao
คำอธิบาย Filters out Russian content from YouTube listings.
ขนาดไฟล์ 9.53 MB
จำนวนการติดตั้ง 310
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-16
วันที่เผยแพร่ 2023-04-16
คะแนน 3.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา While Web
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Russian Content Filter",
    "version": "1.0",
    "description": "Filters out Russian content from YouTube listings.",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/translate.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-active.png",
            "48": "icon-active.png",
            "128": "icon-active.png"
        },
        "default_title": "YouTube Russian Content Filter",
        "host_permissions": [
            "https:\/\/translate.googleapis.com\/*"
        ]
    },
    "icons": {
        "16": "icon-active.png",
        "48": "icon-active.png",
        "128": "icon-active.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}