Lighthouse
Lighthouse enabled apartments lookup
什麼是Lighthouse?
Lighthouse是由https://lighthouse.app開發的Chrome擴展程式,該擴展的主要功能是“Lighthouse enabled apartments lookup”。
擴展截圖
下載Lighthouse擴展crx文件
下載Lighthouse擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get cash back when you're renting your next apartment. Browse 7,000+ apartments across the US. 擴展基本資訊
| 名稱 | |
| ID | cfkinobccokockgkggkabfaldlhojbio |
| 官方網址 | https://chromewebstore.google.com/detail/lighthouse/cfkinobccokockgkggkabfaldlhojbio |
| 簡介 | Lighthouse enabled apartments lookup |
| 檔案大小 | 2.68 MB |
| 安裝次數 | 121 |
| 目前版本 | 1.03 |
| 更新時間 | 2021-05-05 |
| 上架時間 | 2020-12-01 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://lighthouse.app |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.lighthouse.app |
| 隱私政策頁面URL | http://www.lighthouse.app/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
"\/images\/logo.png",
"\/images\/found-logo.png",
"\/images\/gray-logo.png",
"\/images\/transparent.png",
"\/images\/flatlogo.png",
"\/css\/popup.css",
"\/css\/sofiapro.css",
"\/js\/algoliasearch.js",
"\/js\/sentry.js",
"\/js\/sentry-lib.js",
"\/css\/lh-only.css"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.apartments.com\/*",
"*:\/\/*.zillow.com\/*",
"*:\/\/*.apartmentfinder.com\/*",
"*:\/\/*.streeteasy.com\/*",
"*:\/\/*.apartmentlist.com\/*",
"*:\/\/*.har.com\/*"
],
"js": [
"\/js\/jquery.js",
"\/js\/alertify.min.js",
"\/js\/inputmask.min.js",
"\/js\/bootstrap-datepicker.min.js",
"\/js\/functions.js",
"\/js\/loader.js"
],
"css": [
"\/css\/alertify.min.css",
"\/css\/default.min.css",
"\/css\/bootstrap-datepicker.min.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.apartments.com\/*"
],
"js": [
"\/js\/apartments.com\/list-page.js",
"\/js\/apartments.com\/detail-page.js"
],
"css": [
".\/css\/apartment-style.css"
]
}
],
"browser_action": {
"default_icon": {
"16": ".\/images\/gray-logo.png",
"24": ".\/images\/gray-logo.png",
"128": ".\/images\/gray-logo.png"
},
"default_title": "Lighthouse",
"default_popup": "popup.html"
},
"icons": {
"16": ".\/images\/found-logo.png",
"24": ".\/images\/found-logo.png",
"128": ".\/images\/found-logo.png"
},
"description": "Lighthouse enabled apartments lookup",
"manifest_version": 2,
"name": "Lighthouse",
"options_page": "popup.html",
"permissions": [
"activeTab",
"storage"
],
"short_name": "Lighthouse",
"version": "1.03",
"background": {
"scripts": [
"\/js\/sentry-lib.js",
"\/js\/background.js"
],
"persistent": true
}
} | |