Cleaner And Helper
Prevents annoying advertisements and improves convenience, designed for Netfree users.
什麼是Cleaner And Helper?
Cleaner And Helper是由https://tchumim.com開發的Chrome擴展程式,該擴展的主要功能是“Prevents annoying advertisements and improves convenience, designed for Netfree users.”。
擴展截圖
下載Cleaner And Helper擴展crx文件
下載Cleaner And Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
תוסף בקוד פתוח (https://github.com/dovid-lt/CleanerAndHelper),
לחסימת פרסומות וקדימונים לסרטונים האופייניים לאתרי חדשות ופרומים הפתוחים בנטפרי וכדומה.
אתרים מושפעים כעת: JDN, המחדש, כל-רגע, בחזית, פרוג.
התוסף מציג את הסרטון במעטפת הברירת מחדל של הדפדפן. 擴展基本資訊
| 名稱 | |
| ID | abceolommehmfcheephklpllmcocgmol |
| 官方網址 | https://chromewebstore.google.com/detail/cleaner-and-helper/abceolommehmfcheephklpllmcocgmol |
| 簡介 | Prevents annoying advertisements and improves convenience, designed for Netfree users. |
| 檔案大小 | 17.38 KB |
| 安裝次數 | 1,323 |
| 目前版本 | 1.4.3 |
| 更新時間 | 2023-07-12 |
| 上架時間 | 2020-12-10 |
| 評分 | 4.45/5 共 11 次評分 |
| 開發者 | https://tchumim.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/dovid-lt/CleanerAndHelper |
| 說明頁面URL | https://github.com/dovid-lt/CleanerAndHelper/issues |
| 支援的語言 | iw |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cleaner And Helper",
"version": "1.4.3",
"description": "Prevents annoying advertisements and improves convenience, designed for Netfree users.",
"manifest_version": 3,
"icons": {
"16": "media2\/16.png",
"48": "media2\/32.png",
"128": "media2\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.jdn.co.il\/*"
],
"run_at": "document_start",
"js": [
"general-mutation.js",
"jdn.js"
]
},
{
"matches": [
"*:\/\/hm-news.co.il\/*"
],
"run_at": "document_start",
"js": [
"general-mutation.js",
"hm-news.js"
]
},
{
"matches": [
"*:\/\/www.kore.co.il\/*"
],
"run_at": "document_start",
"js": [
"general-mutation.js",
"kore.js"
]
},
{
"matches": [
"*:\/\/www.kore.co.il\/flashNews*"
],
"run_at": "document_start",
"js": [
"kore-flashNews.js"
],
"css": [
"kore-flashNews.css"
]
},
{
"matches": [
"*:\/\/www.bahazit.co.il\/*"
],
"run_at": "document_start",
"js": [
"general-mutation.js",
"bahazit.js"
]
},
{
"matches": [
"*:\/\/www.prog.co.il\/*"
],
"run_at": "document_start",
"js": [
"general-mutation.js",
"prog.js"
],
"css": [
"prog.css"
]
},
{
"matches": [
"*:\/\/kcm.fm\/*"
],
"run_at": "document_idle",
"js": [
"kcm.js"
]
},
{
"matches": [
"*:\/\/www.hidabroot.org\/*"
],
"run_at": "document_start",
"js": [
"general-mutation.js",
"hidabroot.js"
],
"css": [
"prog.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"kcm-em.js"
],
"matches": [
"https:\/\/kcm.fm\/*"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess"
],
"optional_host_permissions": [
"*:\/\/www.jdn.co.il\/*",
"*:\/\/info.jdn.co.il\/*",
"*:\/\/*.hm-news.co.il\/*",
"*:\/\/hm-news.co.il\/*",
"*:\/\/www.kore.co.il\/*",
"*:\/\/*.kore.co.il\/*",
"*:\/\/www.prog.co.il\/*",
"*:\/\/kcm.fm\/*",
"*:\/\/www.hidabroot.org\/*"
]
} | |