SelcukSportsHD ve DiziPlus Reklam Engelleyici
Selcuk Sports HD ve Dizi Plus sitesindeki reklamları kaldırır.
什麼是SelcukSportsHD ve DiziPlus Reklam Engelleyici?
SelcukSportsHD ve DiziPlus Reklam Engelleyici是由Suylaak開發的Chrome擴展程式,該擴展的主要功能是“Selcuk Sports HD ve Dizi Plus sitesindeki reklamları kaldırır.”。
擴展截圖
下載SelcukSportsHD ve DiziPlus Reklam Engelleyici擴展crx文件
下載SelcukSportsHD ve DiziPlus Reklam Engelleyici擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Selçuk Sports HD ve Dizi Plus sitesindeki reklamları kaldırıp, kullanıcı dostu bir hâle getirir.
Daha iyi sonuçlar için Adblock Plus ile birlikte kullanmanızı öneririm. 擴展基本資訊
| 名稱 | |
| ID | ecjndahdghcdhchoidbkffokklkdcpdi |
| 官方網址 | https://chromewebstore.google.com/detail/selcuksportshd-ve-diziplu/ecjndahdghcdhchoidbkffokklkdcpdi |
| 簡介 | Selcuk Sports HD ve Dizi Plus sitesindeki reklamları kaldırır. |
| 檔案大小 | 149 KB |
| 安裝次數 | 427 |
| 目前版本 | 1.3.1 |
| 更新時間 | 2021-06-15 |
| 上架時間 | 2020-12-28 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | Suylaak |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://tacsiz.rf.gd |
| 支援的語言 | tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SelcukSportsHD ve DiziPlus Reklam Engelleyici",
"version": "1.3.1",
"description": "Selcuk Sports HD ve Dizi Plus sitesindeki reklamlar\u0131 kald\u0131r\u0131r.",
"manifest_version": 2,
"icons": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"64": "icon\/icon64.png",
"72": "icon\/icon72.png",
"96": "icon\/icon96.png",
"128": "icon\/icon128.png",
"144": "icon\/icon144.png",
"192": "icon\/icon192.png",
"256": "icon\/icon256.png",
"512": "icon\/icon512.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon\/icon64.png"
},
"permissions": [
"storage",
"declarativeNetRequest"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"include_globs": [
"*:\/\/*dizi*.plus\/*"
],
"run_at": "document_start",
"css": [
"diziplus\/style.css"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"include_globs": [
"*:\/\/*.selcuksportshdgiris*.*\/*"
],
"run_at": "document_start",
"css": [
"selcuksportshdgiris\/style.css"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"include_globs": [
"*:\/\/*.selcuksportshdgiris*.*\/*"
],
"run_at": "document_idle",
"js": [
"selcuksportshdgiris\/script.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"include_globs": [
"*:\/\/*.selcuksportshd*.*\/*"
],
"exclude_globs": [
"*:\/\/*.selcuksportshdgiris*.*\/*"
],
"run_at": "document_idle",
"js": [
"selcuksportshd\/content.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"include_globs": [
"*:\/\/*.selcuksportshd*.*\/*"
],
"exclude_globs": [
"*:\/\/*.selcuksportshdgiris*.*\/*"
],
"run_at": "document_start",
"css": [
"selcuksportshd\/style.css"
],
"js": [
"selcuksportshd\/content_start.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"include_globs": [
"*:\/\/*.selcuksportshd*.*\/*"
],
"exclude_globs": [
"*:\/\/*.selcuksportshdgiris*.*\/*"
],
"run_at": "document_end",
"js": [
"selcuksportshd\/content_end.js"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules_1.json"
}
]
}
} | |