Ad Link for Facebook™

Creates links for ad videos on pages ads section!

Ad Link for Facebook™คืออะไร?

Ad Link for Facebook™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ad Link และคุณลักษณะหลักของมันคือ "Creates links for ad videos on pages ads section!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Link for Facebook™

ดาวน์โหลดไฟล์ส่วนขยาย Ad Link for Facebook™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}