Random Netflix
Randomly choose something from your Netflix recommendations (listings page)
什麼是Random Netflix?
Random Netflix是由Charles Bergeron開發的Chrome擴展程式,該擴展的主要功能是“Randomly choose something from your Netflix recommendations (listings page)”。
擴展截圖
下載Random Netflix擴展crx文件
下載Random Netflix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Randomly choose something from your Netflix recommendations (listings page).
Changes:
Version 0.0.2: Now works with movies.netflix.com and www.netflix.com 擴展基本資訊
| 名稱 | |
| ID | mhpapeindnojoecpmkpbmdhgclalkkck |
| 官方網址 | https://chromewebstore.google.com/detail/random-netflix/mhpapeindnojoecpmkpbmdhgclalkkck |
| 簡介 | Randomly choose something from your Netflix recommendations (listings page) |
| 檔案大小 | 9.58 KB |
| 安裝次數 | 1,306 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2014-02-03 |
| 上架時間 | 2014-02-02 |
| 評分 | 3.50/5 共 4 次評分 |
| 開發者 | Charles Bergeron |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Netflix",
"version": "0.0.2",
"manifest_version": 2,
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"description": "Randomly choose something from your Netflix recommendations (listings page)",
"content_scripts": [
{
"matches": [
"http:\/\/*.netflix.com\/WiHome",
"https:\/\/*.netflix.com\/WiHome"
],
"js": [
"lib\/random_netflix.js"
]
}
],
"homepage_url": "https:\/\/github.com\/chuckbergeron\/random-netflix-extension"
} | |