Hide YouTube Likes
Hides the like/dislike bar on YouTube.
什麼是Hide YouTube Likes?
Hide YouTube Likes是由Serdar Soy開發的Chrome擴展程式,該擴展的主要功能是“Hides the like/dislike bar on YouTube.”。
擴展截圖
下載Hide YouTube Likes擴展crx文件
下載Hide YouTube Likes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Does NOT collect your data on YouTube. - Pure CSS, no JavaScript.
擴展基本資訊
名稱 | |
ID | fippbbekfgebopgjidjabfmckopkkodf |
官方網址 | https://chrome.google.com/webstore/detail/hide-youtube-likes/fippbbekfgebopgjidjabfmckopkkodf |
簡介 | Hides the like/dislike bar on YouTube. |
檔案大小 | 7.03 KB |
安裝次數 | 111 |
目前版本 | 1.1 |
更新時間 | 2017-04-28 |
上架時間 | 2017-04-28 |
評分 | 3.13/5 共 23 次評分 |
開發者 | Serdar Soy |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://serdar.work/chrome-extensions/privacy-policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "mystyles.css" ] } ], "homepage_url": "http:\/\/gamevase.com" } |