Piggy blocker
Helps to clean up your YouTube from content in russian language
Piggy blockerคืออะไร?
Piggy blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rostyslav Onikiienko และคุณลักษณะหลักของมันคือ "Helps to clean up your YouTube from content in russian language"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Piggy blocker
ดาวน์โหลดไฟล์ส่วนขยาย Piggy blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is written for Ukrainians who are tired of seeing content in the Russian language on their Youtube. Even if your Google account language is Ukrainian (or English), and your OS language is not Russian but your location is Ukraine, Youtube will continue to show you videos in Russian. This extension helps you with this issue. It may hide (blur) all videos with title or the channel name in the russian language. Also, optionally, it may click "Not interested" on such videos. So, next time you will see less such videos. Hides Russian content on YouTube, and helps not to recommend it if it finds Russian letters (ы, ъ, е...) or specifically Russian words in the video title. In order for Russian videos to be blocked, you need to log in to your YouTube account (otherwise they will be just blurred). ► Currently works on: ✓ Home page ✓ Sidebar recommendations (when watching video). ► Has different ways to block russian videos: ✓ Just blur (intensity is configurable) ✓ Click "Not interested" and blur ✓ Click "Not recommend this channel" ► Has local stats about analyzed videos ► Has dark and light theme ☀️ Tips: ● Popup has short stats, with list of russian videos blocked during last hour, there are also "Detailed stats" button, which opens stats page that has search, filters etc. ● In some places (especially on detailed stats page), hover to get help. ● On detailed stats page, there is "Count word stats" button, that logs words and how many times they are found in selection to console (press F12). If you find some problems, i would appreciate any reviews. YouTube sometimes changes it's layout, so, unfortunately, problems may occur. It is open source project, you can take a look at code or contrubute to it here: https://github.com/ronikiienko/piggy-blocker
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Piggy blocker |
ID | digcomifdnffdmojdbogbcpngpickdgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/piggy-blocker/digcomifdnffdmojdbogbcpngpickdgo |
คำอธิบาย | Helps to clean up your YouTube from content in russian language |
ขนาดไฟล์ | 227 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-01-23 |
วันที่เผยแพร่ | 2022-12-31 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Rostyslav Onikiienko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://ronikiienko.github.io/piggy-blocker-policy |
ภาษาที่รองรับ | en,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Piggy blocker", "description": "__MSG_extDescription__", "default_locale": "uk", "version": "1.0.4", "background": { "service_worker": "background.3699154a.js" }, "action": { "default_popup": "popup.31b675f8.html", "default_icon": { "16": "icon-256.f1f39e02.png", "24": "icon-256.f57e6bf1.png", "32": "icon-256.b6416331.png", "48": "icon-256.e539b651.png", "64": "icon-256.05ab9813.png", "128": "icon-256.d121dcc9.png", "256": "icon-256.68d1cb7a.png" } }, "icons": { "16": "icon-256.f1f39e02.png", "24": "icon-256.f57e6bf1.png", "32": "icon-256.b6416331.png", "48": "icon-256.e539b651.png", "64": "icon-256.05ab9813.png", "128": "icon-256.d121dcc9.png", "256": "icon-256.68d1cb7a.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content.f7b10767.js" ], "css": [] } ], "permissions": [ "storage", "webNavigation", "unlimitedStorage", "alarms" ] } |