AdTranquility Spam Protection

AdTranquility Spam extension blocks aggressive spam push/pop notifications.

AdTranquility Spam Protectionとは何ですか?

AdTranquility Spam ProtectionはLeverage Technologies Social Mediaによって開発されたChromeの拡張機能で、その主な機能は「AdTranquility Spam extension blocks aggressive spam push/pop notifications.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

AdTranquility Spam Protection拡張機能のCRXファイルをダウンロード

AdTranquility Spam Protection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Getting bombarded with hundreds of spam push/pop-up notifications every day?

Tired of all these ads that seem be everywhere?

Looking to protect yourself better against online fraud?

Looking for a more tranquil experience while browsing the web and its outlets, while protecting your online data?



At AdTranquility, we want to help you create a distraction-free environment.

Our highly rated Play Store app is now available as a Chrome extension.
You can continue blocking unsolicited ads and messages from your desktop device (PC) and browse safely with our high-grade VPN solution. And more...

Use AdTranquility Chrome extension if you’re looking to:

✓ STOP and BLOCK pop-ups/messages with ONE click
✓ BLOCK Ads, banners (content, video) on Facebook, Youtube and more
✓ STOP unrequested redirects
✓ STOP unwanted software installation
✓ Have a SAFE mobile banking experience
✓ SMOOTH browsing experience
✓ RESTORE internet speed to normal
✓ RESTORE battery usage to normal
✓ FIX lagging performance and crashing of device due to Adware
✓ ACCESS geo restricted content with our custom VPN

Our app’s main features include:

AdTranquility Spam Shield - our custom Spam blocker solution that instantly removes all spam (push/pop) notifications from your device, blocking new ones. You can now whitelist sites you want to receive notifications from and customise your block list.

The Privacy shield feature is based on our top-grade VPN solution, embedded to our app’s main functionality. Our Privacy plan brings you extensive online protection against hackers and web-trackers.
It helps protect your online identity, while maintaining your device’s speed and performance high.
You can now select your preferred location (IP) and access geo-restricted content from websites like Netflix that shows different content based on your region.

Our Adblock solution instantly blocks and removes ads, banners and advertising pop-ups on Windows OS (Chrome)

If you have questions about our product, you can reach out to us via email at [email protected], and we’ll be glad to assist (24/48h response time).

For existing customers that need any help, please call us at +1 833-476-0103 between 9 AM - 5 PM PST and our support will be ready to assist you.

If you’re unsatisfied with our extension, we offer a 60-day refund policy - no questions asked. That’s how much trust we have in our product.

Enjoy your tranquil experience and don’t forget to let us know how we can improve.                    

拡張機能の基本情報

名前 AdTranquility Spam Protection AdTranquility Spam Protection
ID mkhlhbffniebekengjinbigoebllflfk
公式URL https://chromewebstore.google.com/detail/adtranquility-spam-protec/mkhlhbffniebekengjinbigoebllflfk
説明 AdTranquility Spam extension blocks aggressive spam push/pop notifications.
ファイルサイズ 971 KB
インストール数 2,625
現在のバージョン 1.2.6
最終更新日 2024-01-22
公開日 2021-07-29
評価 3.67/5 合計 6 レビュー
開発者 Leverage Technologies Social Media
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://adtranquility.com
ヘルプページのURL https://adtranq.us
プライバシーポリシーページのURL https://www.iubenda.com/privacy-policy/59177745
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.6",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/youtube-script.js"
            ],
            "run_at": "document_idle",
            "type": "module"
        },
        {
            "matches": [
                "https:\/\/adtranq.us\/refund\/"
            ],
            "js": [
                "scripts\/cancelSupport.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "scripts\/facebook.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/adblock-detection-script.js"
            ],
            "exclude_matches": [
                "*:\/\/*.chrome.google.com\/*"
            ],
            "run_at": "document_idle",
            "type": "module"
        }
    ],
    "permissions": [
        "activeTab",
        "contentSettings",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess",
        "proxy",
        "scripting",
        "storage",
        "tabs",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_appName__"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "general_easylist",
                "enabled": true,
                "path": "rules\/easylist.json"
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/api.adtranquility.com\/api\/v2\/ https:\/\/api.adtranquility.com\/api\/v2\/"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "installed.html",
                "notificationList.html",
                "whitelistedSitesList.html",
                "support.html",
                "verify.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}