Hide Youtube Viewers and Ratings

This app hide the number of watching now, rating, viewers, and subscribers on youtube.

Hide Youtube Viewers and Ratingsคืออะไร?

Hide Youtube Viewers and Ratings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 白井うどん - Siroi udon และคุณลักษณะหลักของมันคือ "This app hide the number of watching now, rating, viewers, and subscribers on youtube."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Youtube Viewers and Ratings

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

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

                        The following settings are possible for youtube.
・Hide the views and WatchingNow 
・Hide the rating 
・Hide the subscribers
・Hide the comment
・Hide the comment rating

YouTube specifications (roughly)
・ Hide the number of views on the Top page
・ Hide the number of Watching Now on the Top page
・ Hide the number of subscribers on the channel page
・ Hide the number of views on the channel page
・ Hide the number of views on the video page
・ Hide the number of Watching Now on the video page
・ Hide the rating of the video page
・ Hide the number of subscribers on the video page
・ Hide the number of views of the video on the side of the video page
・ Hide the comment on the video page
・ Hide the comment rating on the video page

--------------------------------------------------------
Please use this,If you want to hide the number of viewers and Watching Now on Twitch.
Hide Youtube Viewers and Ratings - Chrome Store Page
https://chrome.google.com/webstore/detail/hide-twitch-viewer-count/mflpplkkbeohfhkdbjfciehbkgmmdapg


I made this for myself, so I do not customize pages that I do not usually see.
If you have any requests, please use the following Twitter or Link

Click here for details and requests. ( Note or Twitter )
https://note.com/siroiudon/n/nfcdb37f1bb52
Twitter:@shiroi_udon
Donate to the author💸:https://www.paypal.com/paypalme/shiroiudon
Ko-fi: https://ko-fi.com/shiroiudon

----------------
Update 
1.1.9:Partial update to new UI
1.1.8:Partial update to new UI(rating
1.1.7:Partial update to new UI(rating
1.1.6:Partial update to new UI
1.1.4 : Dealing with youtube UI changes (provisional version)
1.1.3 : This add-on changed for manifest V3.
Changed to only hide the number of ratings for comments.(e.g. Reply button for comments, etc. is shown)                    

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

ชื่อ Hide Youtube Viewers and Ratings Hide Youtube Viewers and Ratings
ID ibdkcdjfoahbpcoajafabdokfdgcjijd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-youtube-viewers-and/ibdkcdjfoahbpcoajafabdokfdgcjijd
คำอธิบาย This app hide the number of watching now, rating, viewers, and subscribers on youtube.
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.1.10
อัปเดตครั้งล่าสุด 2024-02-03
วันที่เผยแพร่ 2020-08-16
คะแนน 4.60/5 รวมทั้งหมด 62 คะแนน
ผู้พัฒนา 白井うどん - Siroi udon
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/shiroi_udon
URL หน้าช่วยเหลือ https://twitter.com/shiroi_udon
ภาษาที่รองรับ en,hi,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.10",
    "author": "Udon Shiroi",
    "default_locale": "en",
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "48": "images\/get_started48.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/get_started48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "option\/option.html"
}