999 Plus
Extension for sorting 999.md items
什麼是999 Plus?
999 Plus是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Extension for sorting 999.md items”。
擴展截圖
下載999 Plus擴展crx文件
下載999 Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extensie care sorteaza articolele după preț pe https://999.md 擴展基本資訊
| 名稱 | |
| ID | mndemnbmckichfiedpjdmhajofmifidj |
| 官方網址 | https://chromewebstore.google.com/detail/999-plus/mndemnbmckichfiedpjdmhajofmifidj |
| 簡介 | Extension for sorting 999.md items |
| 檔案大小 | 13.21 KB |
| 安裝次數 | 22 |
| 目前版本 | 1.3.1 |
| 更新時間 | 2019-04-14 |
| 上架時間 | 2019-04-14 |
| 評分 | 5.00/5 共 9 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | ro |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "999 Plus",
"version": "1.3.1",
"description": "Extension for sorting 999.md items",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"options_page": "options.html",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/999.md\/*",
"https:\/\/999.md\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "images\/999plus16.png",
"32": "images\/999plus32.png",
"48": "images\/999plus48.png",
"128": "images\/999plus128.png"
},
"manifest_version": 2
} | |