IMDb Plot Keywords Sorter
Sorts the keywords in IMDb Plot Keywords page.
什麼是IMDb Plot Keywords Sorter?
IMDb Plot Keywords Sorter是由[email protected]開發的Chrome擴展程式,該擴展的主要功能是“Sorts the keywords in IMDb Plot Keywords page.”。
擴展截圖
下載IMDb Plot Keywords Sorter擴展crx文件
下載IMDb Plot Keywords Sorter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Torna mais amigável a lista das "plot keywords" no IMDb. 擴展基本資訊
| 名稱 | |
| ID | oljgehhfljifmmnoliioipkneljhmico |
| 官方網址 | https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico |
| 簡介 | Sorts the keywords in IMDb Plot Keywords page. |
| 檔案大小 | 12.57 KB |
| 安裝次數 | 20 |
| 目前版本 | 1.2 |
| 更新時間 | 2015-02-08 |
| 上架時間 | 2015-02-08 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | [email protected] |
| 付費類型 | free |
| 支援的語言 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IMDb Plot Keywords Sorter",
"version": "1.2",
"manifest_version": 2,
"description": "Sorts the keywords in IMDb Plot Keywords page.",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.imdb.com\/title\/*\/keywords",
"http:\/\/www.imdb.com\/title\/*\/keywords?*",
"https:\/\/www.imdb.com\/title\/*\/keywords",
"https:\/\/www.imdb.com\/title\/*\/keywords?*"
],
"js": [
"content_script.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
]
} | |