Kament.io - Enable Youtube Comments
Bring Freedom of Speech back to Youtube
Kament.io - Enable Youtube Commentsคืออะไร?
Kament.io - Enable Youtube Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kament.io และคุณลักษณะหลักของมันคือ "Bring Freedom of Speech back to Youtube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kament.io - Enable Youtube Comments
ดาวน์โหลดไฟล์ส่วนขยาย Kament.io - Enable Youtube Comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
a Browser Extension that enables comments on Youtube videos that the owner or Youtube has disabled the feature. Our philosophy is that if a person or an organisation distributes their content to the public through platforms such as Youtube, disabling comments is an act of oppression.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fneflenpfeggcgibpkbbmlakajbiajij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij |
คำอธิบาย | Bring Freedom of Speech back to Youtube |
ขนาดไฟล์ | 142 KB |
จำนวนการติดตั้ง | 754 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2023-02-20 |
วันที่เผยแพร่ | 2022-09-01 |
คะแนน | 4.55/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://kament.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://kament.io |
URL หน้าช่วยเหลือ | https://kament.io |
URL หน้านโยบายความเป็นส่วนตัว | https://kament.io |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kament.io - Enable Youtube Comments", "manifest_version": 3, "version": "0.4", "description": "Bring Freedom of Speech back to Youtube", "permissions": [ "storage" ], "action": { "default_icon": { "16": "assets\/icon32.png", "24": "assets\/icon32.png", "32": "assets\/icon32.png" }, "default_popup": "popup.html" }, "icons": { "16": "assets\/icon32.png", "24": "assets\/icon32.png", "32": "assets\/icon32.png", "48": "assets\/icon32.png" }, "content_scripts": [ { "matches": [ "https:\/\/kament.io\/*", "http:\/\/kament.io\/*" ], "js": [ "auth.js" ] }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "webcomponents-bundle.js", "libj.js", "libv.js", "kament-element.min.js", "youtube.js" ] } ], "homepage_url": "https:\/\/kament.io" } |