Persian Ad Block

Chrome extension to remove Persian ads similar to Yektanet and Sanjagh

What is Persian Ad Block?

Persian Ad Block is a Chrome extension developed by https://rezaghz.com, and its main feature is "Chrome extension to remove Persian ads similar to Yektanet and Sanjagh".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Persian Ad Block Extension CRX File

Download Persian Ad Block extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

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

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

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

🔗 لینک گیت هاب 

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

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

https://rezaghz.com                    

Extension Basic Information

Name Persian Ad Block Persian Ad Block
ID nfmpepfaaheflaoppoccedjonobcflml
Official URL https://chromewebstore.google.com/detail/persian-ad-block/nfmpepfaaheflaoppoccedjonobcflml
Description Chrome extension to remove Persian ads similar to Yektanet and Sanjagh
File Size 72.46 KB
Installation Count 314
Current Version 3.0.0
Last Updated 2024-01-23
Publish Date 2023-01-05
Rating 4.86/5 Total 7 Ratings
Developer https://rezaghz.com
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}