GAds Up

GAdsUp is a simple, quick, and easy to use Chrome extension that lets you bookmark any YouTube ads and the videos that a particular…

GAds Up란 무엇입니까?

GAds Up은(는) GAds Developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GAdsUp is a simple, quick, and easy to use Chrome extension that lets you bookmark any YouTube ads and the videos that a particular…"입니다.

확장 프로그램 스크린샷

screenshot

GAds Up 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GAdsUp is a simple, quick, and easy to use Chrome extension that lets you bookmark any YouTube ads and the videos that a particular ad showed on. This extension is very useful for students of marketing, marketers, media buyers, ad copywriters, and business owners who want to bookmark ads for inspiration or competitor research. 
There are a few problems related to finding ads and saving them that this tool can help with.

For example, if you do not have a simple tool like this one, that works not only as an extension but works beyond Google Chrome too, your chances of saving the ads that you like are not many.

Before we made GAdsUp and solved a simple problem, people used to try all kinds of tricks to find and save ads.

For example, if you’re on YouTube, you play a video and an ad shows up that you like because it is somehow related to what you do, you would go to the channel that that ad video belongs to and then you’d try to find out THAT particular video among tens or hundreds of others. It’s like finding a needle in the haystack.

Another difficult way of finding and swiping your favorite ad videos is to dig into the code to find direct links to those ad videos. In case you’re a programmer or someone who’s not afraid of code, it’s good - still too time-consuming, but good - but in case you don’t know code, you can just pray to God that somehow that ad appears again and you get to watch it.

In simple words, if you also love that eToro ad with Alec Baldwin in it, you can either try and find it (bear the pain, waste the time, and curse YouTube) or you can use our tool and save your favorite ads with ease and style.                    

확장 프로그램 기본 정보

이름 GAds Up GAds Up
ID aonapiaacmeochfpbjjfhpopjldgcgff
공식 URL https://chrome.google.com/webstore/detail/gads-up/aonapiaacmeochfpbjjfhpopjldgcgff
설명 GAdsUp is a simple, quick, and easy to use Chrome extension that lets you bookmark any YouTube ads and the videos that a particular…
파일 크기 16.36 MB
설치 횟수 29
현재 버전 1.0.1
최근 업데이트 2020-12-14
출시 날짜 2020-12-10
평점 5.00/5 총 3 개의 평점
개발자 GAds Developer
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://gadsup.com
도움말 페이지 URL https://supportcenter.madsgency.com/support/home
개인정보 보호 정책 페이지 URL https://gadsup.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GAds Up",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "assets\/css\/toastr.min.css",
                "assets\/css\/ext.css"
            ],
            "js": [
                "js\/min\/jquery-3.4.1.min.js",
                "js\/min\/content.js",
                "js\/min\/toastr.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "GAds Up Youtube-Ads Bookmark",
        "default_icon": "assets\/img\/512.png",
        "default_popup": "display.html"
    },
    "icons": {
        "16": "assets\/img\/16.png",
        "48": "assets\/img\/32.png",
        "128": "assets\/img\/512.png",
        "256": "assets\/img\/512.png",
        "512": "assets\/img\/512.png"
    },
    "background": {
        "scripts": [
            "js\/min\/jquery-3.4.1.min.js",
            "js\/min\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "js\/min\/jquery-3.4.1.min.js",
        "js\/min\/videoinfo.js"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ads.gadsup.com\/index.php"
    ]
}