StopAll Ads

SAY GOODBYE TO ADS! Browse Safely. Optimize Surfing.

StopAll Ads란 무엇입니까?

StopAll Ads은(는) https://www.stopallads.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SAY GOODBYE TO ADS! Browse Safely. Optimize Surfing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

StopAll Ads 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        StopAll Ads is a fork of Adblock Plus extension (Version 2.7.3) with some additional feature of reporting, blocking etc for blocking advertisements on Chrome web browser. This extension provides most enhanced features to make user browsing safe, fast and simple.

StopAll Ads helps you to avoid seeing irrelevant and unwanted ads/content that keep popping up while you surf the net. In other words, you have full control of whatever you want to see. When you are surfing the net, you are leaving digital footprints. Such data is then used by companies to track your movements and interactions on the Internet and create a profile, on the basis of which you get to see ads. Why allow companies to track your movements in the first place?

Blocks Malware urls
StopAll Ads regularly updates new malware domains and filters list to provide more accurate scanning and blocking feature. 

See what you want to see
StopAll Ads will let you see only what you want to. There will be no more unwanted ads to distract you.

Disable Social Media Buttons
You can also disable the ostensible social media buttons that urge you to share what you are reading. That’s another way of tracking and profiling your preferences.

Choose you filters
The extension lets you apply filters according to your preference to limit the ads you see. The add on will help you to not only manage ads but block malware domains as well.

Be an informed surfer
With StopAll Ads, you will get to know more about different web tracking methods and how they can be enabled and disabled according to your choice.

Non-intrusive ads
There are some ads that usually don’t interfere with your surfing. They are mainly from sites that earn revenue from ads. Stop All Ads categorizes such ‘acceptable ads’ differently.                    

확장 프로그램 기본 정보

이름 StopAll Ads StopAll Ads
ID gikbpaigdncgooaokibbmbmginfbgjaa
공식 URL https://chromewebstore.google.com/detail/stopall-ads/gikbpaigdncgooaokibbmbmginfbgjaa
설명 SAY GOODBYE TO ADS! Browse Safely. Optimize Surfing.
파일 크기 1.3 MB
설치 횟수 78,547
현재 버전 1.1.4
최근 업데이트 2021-11-12
출시 날짜 2019-08-21
평점 4.23/5 총 75 개의 평점
개발자 https://www.stopallads.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.stopallads.com/
도움말 페이지 URL http://www.stopallads.com/support
개인정보 보호 정책 페이지 URL http://www.stopallads.com/en/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ext\/exclusionlist.js",
            "lib\/polyfills\/url.js",
            "lib\/polyfills\/promise.js",
            "lib\/polyfills\/fetch.js",
            "ext\/common.js",
            "ext\/background.js",
            "ext\/jquery.min.js",
            "lib\/compat.js",
            "lib\/info.js",
            "lib\/publicSuffixList.js",
            "lib\/adblockplus.js",
            "lib\/sha1.js",
            "lib\/jsbn.js",
            "lib\/rsa.js",
            "messageResponder.js",
            "background.js",
            "ext\/report_background.js",
            "ext\/jquery.mousewheel.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/abp-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ext\/common.js",
                "ext\/content.js",
                "cssProperties.js",
                "include.preload.js",
                "ext\/jquery.min.js",
                "ext\/main.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_description__",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "icons\/detailed\/abp-128.png",
        "48": "icons\/detailed\/abp-48.png",
        "59": "icons\/detailed\/abp-64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "notifications",
        "activeTab",
        "downloads"
    ],
    "short_name": "__MSG_name__",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "version": "1.1.4"
}