Kament.io - Enable Youtube Comments
Bring Freedom of Speech back to Youtube
Kament.io - Enable Youtube Comments란 무엇입니까?
Kament.io - Enable Youtube Comments은(는) https://kament.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring Freedom of Speech back to Youtube"입니다.
확장 프로그램 스크린샷
Kament.io - Enable Youtube Comments 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |