Mentioned Videos for Reddit
Enhance your Reddit browsing experience. Explore related videos on any thread.
什麼是Mentioned Videos for Reddit?
Mentioned Videos for Reddit是由https://subtletv.com開發的Chrome擴展程式,該擴展的主要功能是“Enhance your Reddit browsing experience. Explore related videos on any thread.”。
擴展截圖
下載Mentioned Videos for Reddit擴展crx文件
下載Mentioned Videos for Reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When you’re viewing a Reddit thread and want to explore related media, this extension shows you videos people mentioned within that thread. It displays a counter of the videos which can be clicked to open a playlist of the videos with their context preserved. 擴展基本資訊
| 名稱 | |
| ID | fiimkmdalmgffhibfdjnhljpnigcmohf |
| 官方網址 | https://chromewebstore.google.com/detail/mentioned-videos-for-redd/fiimkmdalmgffhibfdjnhljpnigcmohf |
| 簡介 | Enhance your Reddit browsing experience. Explore related videos on any thread. |
| 檔案大小 | 41.22 KB |
| 安裝次數 | 448 |
| 目前版本 | 1.3.1 |
| 更新時間 | 2016-02-04 |
| 上架時間 | 2016-02-04 |
| 評分 | 4.47/5 共 15 次評分 |
| 開發者 | https://subtletv.com |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"background": {
"scripts": [
"stv.js"
]
},
"browser_action": {
"default_icon": "icon_16.png",
"default_title": "No mentioned videos."
},
"content_scripts": [
{
"js": [
"jquery.js",
"page.js"
],
"matches": [
"https:\/\/*.reddit.com\/*comments\/*",
"http:\/\/*.reddit.com\/*comments\/*"
]
}
],
"description": "Enhance your Reddit browsing experience. Explore related videos on any thread.",
"author": "http:\/\/subtletv.com",
"homepage_url": "http:\/\/subtletv.com",
"icons": {
"128": "icon_128.png",
"16": "icon_16.png",
"48": "icon_48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkLSiGgnda\/ZHeIa8P6D2JN5aKAJE1+12FQnNwZwahBG0e\/YSkOBK4Y83M2MeYs8un0Tq\/W\/rc8GbohN\/z0yffuW2irJrGuuvP2W2i5BG6jQU85fEcfjSJigzDP4akDHLb9X1nppaCeF80IFC\/8wvbdmGf60BXwZ6Ikocoa+nmwM\/UeHwJSdk2AJ3QEkQXtcgIHc2ZvEhoZEmLiXJezKUx5fA\/Uo+jxvRWfyj5ZFaf30m0asW36q8BpCI1A0qZrYB5zW2QXm0\/xgOTX9Trem18mAh9HkPg78VIs1adzvt0ajFKKR\/Qhp\/wWAMpMjnDYxWlyAFjbpatsVDGigkukKAxQIDAQAB",
"manifest_version": 2,
"name": "Mentioned Videos for Reddit",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3.1"
} | |