Tulip - prevent spam, detect abusive sites

Tulip: Detect and avoid abusive sites as you browse. Prevent spam and protect your personal info.

Tulip - prevent spam, detect abusive sites là gì?

Tulip - prevent spam, detect abusive sites là một tiện ích mở rộng Chrome được phát triển bởi http://addtulip.com, và tính năng chính của nó là "Tulip: Detect and avoid abusive sites as you browse. Prevent spam and protect your personal info.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tulip - prevent spam, detect abusive sites

Tải xuống các tệp mở rộng Tulip - prevent spam, detect abusive sites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Tulip is a free privacy extension that tells you which websites to trust in order to keep your personal information safe and secure.

★★★★★ "This is the extension/add-on I've been seeking for YEARS..." Sean, IT Help Desk 
★★★★★ “I feel safer when I use the internet with Tulip.” - Lisa, Stay-at-home Mom
★★★★★ “I never realized what was being hidden from users.” - Jack, Personal Assistant
★★★★   “Tulip sheds light on the aftermath of email sign-ups…” - Darnell, Vice President

►  Stop spam, avoid breaches, and keep your inbox clean

Protect yourself from spam, scams, and malicious emails with one quick glance at Tulip’s browser icon.

When you arrive at any website, Tulip quickly checks how a site uses your email, how they keep your information secure, and the risk of your data being leaked and presents this to you as a simple A – F grade.

We make browsing safe and trouble-free.

►  Claim Back Your Email Privacy

Your privacy is important. There’s nothing worse than not knowing where a data breach happened or not knowing how your email address is being distributed.

Tulip breaks down a website’s email message quality and whether the site will share your information with third-parties.

Find out:
	● Whether a website will resell your data
	● Whether a website complies with consumer protection standards
	● And more . . .

► Protect Your Inbox

Sign-up to your favorite websites with peace of mind. Tulip uncovers exactly how many emails you’ll receive per day and month with one simple click.

► Clean and simple interface

Your user interface is easy on the eye, won’t slow down your browsing, and has simple grading without cluttered options.

The uncomplicated color coded grade shows who you can trust with your information on websites and search engines.

► Accurate security data

Keeping up with the evolution of web browsing and privacy exploitation is tough!

Unfortunately, data leaks happen all the time . . .

Therefore, Tulip collects accurate security data on new websites every single day . . .
and warns you when you’re at risk. The list keeps growing to ensure you’re protected.





CHANGES
--------------------
v2.0.0

-Brand new user interface
-Several bug fixes

--------------------






NOTE: The install notice about accessing website data is automatically generated because Tulip runs on every tab. But it does not actually monitor your browsing history or require your personal information to work properly.

By using this browser extension/add-on, you agree to the terms of service as described here: https://www.addtulip.com/terms . You also agree that you have read and understand our privacy policy located here: https://www.addtulip.com/privacy

This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout to install Google's opt-out add-on or utilize a privacy/blocking extension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tulip - prevent spam, detect abusive sites Tulip - prevent spam, detect abusive sites
ID hpdhblkfagpldebpgpepbcaekloogblg
URL Chính Thức https://chrome.google.com/webstore/detail/tulip-prevent-spam-detect/hpdhblkfagpldebpgpepbcaekloogblg
Mô tả Tulip: Detect and avoid abusive sites as you browse. Prevent spam and protect your personal info.
Kích Thước Tệp 2.84 MB
Số Lần Cài Đặt 372
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2021-06-02
Ngày Phát Hành 2020-05-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://addtulip.com
Email [email protected]
Trang Web Mở Rộng http://www.addtulip.com
URL Trang Trợ Giúp http://www.addtulip.com/contact
URL Trang Chính Sách Bảo Mật https://www.addtulip.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "lightblueventures.com",
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/logo_16.png",
            "20": "icons\/logo_20.png",
            "25": "icons\/logo_25.png",
            "30": "icons\/logo_30.png",
            "32": "icons\/logo_32.png",
            "40": "icons\/logo_40.png",
            "48": "icons\/logo_48.png",
            "64": "icons\/logo_64.png",
            "128": "icons\/logo_128.png"
        },
        "default_title": "Tulip: Prevent spam, detect abusive sites.",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.addtulip.com\/*"
            ],
            "js": [
                "content\/content.2.0.0.js"
            ],
            "css": [
                "content\/assets\/css\/font.css",
                "content\/assets\/css\/global.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content\/assets\/img\/*.*",
        "content\/assets\/webfonts\/*.*"
    ],
    "description": "Tulip: Detect and avoid abusive sites as you browse. Prevent spam and protect your personal info.",
    "icons": {
        "16": "icons\/logo_16.png",
        "20": "icons\/logo_20.png",
        "25": "icons\/logo_25.png",
        "30": "icons\/logo_30.png",
        "32": "icons\/logo_32.png",
        "40": "icons\/logo_40.png",
        "48": "icons\/logo_48.png",
        "64": "icons\/logo_64.png",
        "128": "icons\/logo_128.png"
    },
    "manifest_version": 2,
    "name": "Tulip - prevent spam, detect abusive sites",
    "short_name": "Tulip",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "version": "2.0.0"
}