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 |
| 公式URL | 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 |
| Eメール | [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"
}
]
}
} | |