Ad Link for Facebook™

Creates links for ad videos on pages ads section!

Ad Link for Facebook™란 무엇입니까?

Ad Link for Facebook™은(는) Ad Link에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates links for ad videos on pages ads section!"입니다.

확장 프로그램 스크린샷

screenshot

Ad Link for Facebook™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use this chrome extension to grab the URLs of ads on Facebook, so that you can keep for your own reference or share with your team.

How To Use:
1) Go To Facebook on the web (using Chrome Browser of course)
2) Go to a Facebook Page that is running ads.  Click on the "Info and Ads" Section.
3) When the extension is installed, you will see a small link icon at the top right of each VIDEO Ad (image ads will not have this link). Click on this link --> It will open up a new tab in your browser with the direct URL to the video.

Video on How To Use:
https://www.useloom.com/share/cef0a8f7aba5484e920f073f9e529d50                    

확장 프로그램 기본 정보

이름 Ad Link for Facebook™ Ad Link for Facebook™
ID ajomggbafnmkflpeamcoodlnpiilobhp
공식 URL https://chromewebstore.google.com/detail/ad-link-for-facebook/ajomggbafnmkflpeamcoodlnpiilobhp
설명 Creates links for ad videos on pages ads section!
파일 크기 35.15 KB
설치 횟수 20
현재 버전 1.0.4
최근 업데이트 2018-10-29
출시 날짜 2018-10-29
개발자 Ad Link
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Link for Facebook\u2122",
    "version": "1.0.4",
    "description": "Creates links for ad videos on pages ads section!",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_title": "Regenerate Ad Links"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}