Hack My Ads

Hack My Ads

Hack My Adsคืออะไร?

Hack My Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stay Cool LLC. และคุณลักษณะหลักของมันคือ "Hack My Ads"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hack My Ads

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

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

                        This awesome chrome extension allows you to save time by being able to save Facebook ad copy to a google sheet or download as a CSV.

7 reasons why you should add HackMyAds to Your group today...

#1 - This extension works for the NEW and classic layouts of Facebook™.

#2 - Quickly add ads to a database with a click of a button while you're scrolling on your newsfeed.

#3 - Add ads to the database when you're looking at the ad library of a page you'd like to grab ads from.

#4 - Download data to a CSV if you want to save it locally in your computer.

#5 - Push data to a google sheet with a click of a button.

#6 - This is not just a chrome extension, you get access to Monday-Friday 7am-4pm Pst Support.  We offer DONE FOR YOU installations A to Z.  We have a year long program where we help you automate your group and sell out your offers as well.

Disclaimer: HackMyAds chrome extension has no affiliations, is not endorsed or sponsored by the popular social network website Facebook™. All copyrights belong to their respective owners. This Chrome extension is not owned by, is not licensed by and is not a subsidiary of the popular social network website Facebook™.  All articles, images, logos and trademarks in this Chrome extension are property of their respective owners.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hack My Ads Hack My Ads
ID pioigafannlijejikanjeaajfinhmbbm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hack-my-ads/pioigafannlijejikanjeaajfinhmbbm
คำอธิบาย Hack My Ads
ขนาดไฟล์ 2.97 MB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2021-10-26
วันที่เผยแพร่ 2021-04-21
ผู้พัฒนา Stay Cool LLC.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hackmyads.com/
URL หน้าช่วยเหลือ https://support.kimcdang.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.groupconvert.com/privacy24428578
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Hack My Ads"
    },
    "content_scripts": [
        {
            "css": [
                "content-script\/contentScript.css",
                "libs\/css\/all.min.css",
                "libs\/CodeSeven-toastr-50092cc\/toastr.scss"
            ],
            "js": [
                "libs\/js\/jquery.min.js",
                "libs\/js\/sweetalert2.all.min.js",
                "content-script\/contentScript.js",
                "libs\/CodeSeven-toastr-50092cc\/toastr.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "Hack My Ads",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Hack My Ads",
    "options_page": "options\/options.html",
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "activeTab",
        "tabs",
        "storage",
        "notifications",
        "https:\/\/apis.google.com\/",
        "identity",
        "chrome-extension:\/\/bfjkhbohnjoglppmleplcepoklglcgmf\/options\/options.html",
        "http:\/\/127.0.0.1:8000\/api\/fetch",
        "https:\/\/app.hackmyads.com\/api\/fetch"
    ],
    "oauth2": {
        "client_id": "R369676887807-rgns08l1u1v1h3k3ut0e4mlh7ht2ophi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "version": "2.2",
    "web_accessible_resources": [
        "content-script\/contentScript.css",
        "images\/congratulations.jpg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'"
}