AdCake

AdCake Extension

What is AdCake?

AdCake is a Chrome extension developed by https://pages.fm, and its main feature is "AdCake Extension".

Extension Screenshots

screenshot
screenshot

Download AdCake Extension CRX File

Download AdCake extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension provide background helper support to AdCake app

Features:
+ Allow user to set post_id directly on AdCake without leaving the site. Extension will collect the post lists on Facebook and display in a dropdown to let user select quickly                    

Extension Basic Information

Name AdCake AdCake
ID feaaodbedppfbjagfoooomohhijlnepn
Official URL https://chromewebstore.google.com/detail/adcake/feaaodbedppfbjagfoooomohhijlnepn
Description AdCake Extension
File Size 41.4 KB
Installation Count 3,221
Current Version 1.0.6
Last Updated 2020-12-09
Publish Date 2019-01-19
Developer https://pages.fm
Email [email protected]
Payment Type free
Extension Website http://pages.fm
Help Page URL https://www.facebook.com/groups/pancake.tools/
Privacy Policy Page URL https://pages.fm/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AdCake",
    "description": "AdCake Extension",
    "version": "1.0.6",
    "icons": {
        "16": "cc_favicon.png",
        "128": "cc_favicon.png"
    },
    "page_action": {
        "default_icon": "cc_favicon.png"
    },
    "background": {
        "scripts": [
            ".\/dist\/background-bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.facebook.com\/*",
        "*:\/\/m.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/adcake.io\/*",
                "https:\/\/staging.ad.pages.fm\/*",
                "https:\/\/localhost:6600\/*"
            ],
            "js": [
                ".\/dist\/content-bundle.js"
            ]
        }
    ]
}