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ファイルをダウンロード
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 |
Eメール | [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" } |