Kament.io - Enable Youtube Comments
Bring Freedom of Speech back to Youtube
Kament.io - Enable Youtube Comments là gì?
Kament.io - Enable Youtube Comments là một tiện ích mở rộng Chrome được phát triển bởi https://kament.io, và tính năng chính của nó là "Bring Freedom of Speech back to Youtube".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kament.io - Enable Youtube Comments
Tải xuống các tệp mở rộng Kament.io - Enable Youtube Comments 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fneflenpfeggcgibpkbbmlakajbiajij |
URL Chính Thức | https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij |
Mô tả | Bring Freedom of Speech back to Youtube |
Kích Thước Tệp | 142 KB |
Số Lần Cài Đặt | 754 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2023-02-20 |
Ngày Phát Hành | 2022-09-01 |
Đánh Giá | 4.55/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://kament.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kament.io |
URL Trang Trợ Giúp | https://kament.io |
URL Trang Chính Sách Bảo Mật | https://kament.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } |