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 |
官方網址 | 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" } |