Hide Substack Popup Banner

Hide Substack popup banners from appearing while scrolling on Substack posts

ما هو Hide Substack Popup Banner؟

Hide Substack Popup Banner هو إضافة Chrome تم تطويرها بواسطة https://chromebase.co، والميزة الرئيسية لها هي "Hide Substack popup banners from appearing while scrolling on Substack posts".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hide Substack Popup Banner

قم بتنزيل ملفات الامتداد Hide Substack Popup Banner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Free tool to hide popup banners on Substack.

Tired of the constant interruption while reading on Substack from popup banners?

Start enjoying an uninterrupted reading experience on Substack by automatically hiding the subscribe popup banners.

No more distractions or interruptions - just a smooth reading experience. 

Install the Hide Substack Popup Banner extension and the banners disappear automatically. No more manually closing them every time they appear while scrolling down a post.

Free with no account or sign in required. This extension does not store any data.                    

معلومات أساسية عن التمديد

الاسم Hide Substack Popup Banner Hide Substack Popup Banner
ID dmckgpplbognieimgpgjnifnahceefmh
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-substack-popup-banne/dmckgpplbognieimgpgjnifnahceefmh
الوصف Hide Substack popup banners from appearing while scrolling on Substack posts
حجم الملف 9.79 KB
عدد التثبيتات 63
النسخة الحالية 1.0
آخر تحديث 2023-04-25
تاريخ النشر 2023-04-25
المطور https://chromebase.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://chromebase.co
عنوان صفحة المساعدة https://chromebase.co
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Substack Popup Banner",
    "description": "Hide Substack popup banners from appearing while scrolling on Substack posts",
    "version": "1.0",
    "action": {
        "default_icon": "public\/icon.png",
        "default_title": "Hide Substack Popup Banner"
    },
    "icons": {
        "48": "public\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "public\/style.css"
            ]
        }
    ]
}