Persian Ad Block

Chrome extension to remove Persian ads similar to Yektanet and Sanjagh

Cos'è Persian Ad Block?

Persian Ad Block è un'estensione di Chrome sviluppata da https://rezaghz.com, e la sua funzione principale è "Chrome extension to remove Persian ads similar to Yektanet and Sanjagh".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Persian Ad Block

Scarica i file di estensione Persian Ad Block in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Persian Ad Block یه افزونه است که میاد تمام تبلیغات های مزاحم در وبسایت های فارسی رو پاک میکنه و دیگه شما هیچ تبلیغاتی رو توی صفحه نمی بینین ⛔

 🔵 امکانات اکستنشن 🔵

✅ حذف تبلیغات ویدئو پلیر ها 
🔗آپارات
🔗تلوبیون
🔗فیلیمو
🔗ویدئو ورزش 3
🔗ifilo

✅ حذف تبلیغات در صفحات وب
🔗 یکتانت
🔗 سنجاق
🔗 صبا ویژن
🔗 نجوا
🔗 کانگورو
🔗 مدیااد
🔗 کاپریلا

✅ نمایش سریع ( شبیه یوتیوب ) ویدئو های آپارات در صفحه سرچ گوگل

🔔 من این افزونه رو به صورت اوپن سورس در گیت هابم منتشر کردم امیدوارم که به کار همه ی دوستان بیاد 
خوشحال میشم که نظراتتون رو با من به اشتراک بگذارید و به این اکستنشن امتیاز خوبی بدید ❤️

🔗 لینک گیت هاب 

https://github.com/rezaghz/persian-ad-block-extension

🔗آدرس سایت شخصیم 

https://rezaghz.com                    

Informazioni di Base sull'Estensione

Nome Persian Ad Block Persian Ad Block
ID nfmpepfaaheflaoppoccedjonobcflml
URL Ufficiale https://chromewebstore.google.com/detail/persian-ad-block/nfmpepfaaheflaoppoccedjonobcflml
Descrizione Chrome extension to remove Persian ads similar to Yektanet and Sanjagh
Dimensione del File 72.46 KB
Conteggio Installazioni 314
Versione Corrente 3.0.0
Ultimo Aggiornamento 2024-01-23
Data di Pubblicazione 2023-01-05
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore https://rezaghz.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Persian Ad Block",
    "version": "3.0.0",
    "description": "Chrome extension to remove Persian ads similar to Yektanet and Sanjagh",
    "author": "Reza Ghasemzadeh",
    "background": {
        "service_worker": "js\/background.js"
    },
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ]
        }
    ]
}