AdCake
AdCake Extension
Wat is AdCake?
AdCake is een Chrome-extensie ontwikkeld door https://pages.fm, en de belangrijkste functie is "AdCake Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie AdCake
Download AdCake-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | AdCake |
ID | feaaodbedppfbjagfoooomohhijlnepn |
Officiële URL | https://chromewebstore.google.com/detail/adcake/feaaodbedppfbjagfoooomohhijlnepn |
Beschrijving | AdCake Extension |
Bestandsgrootte | 41.4 KB |
Aantal Installaties | 3,221 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2020-12-09 |
Publicatiedatum | 2019-01-19 |
Ontwikkelaar | https://pages.fm |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://pages.fm |
Help Pagina-URL | https://www.facebook.com/groups/pancake.tools/ |
URL van de Privacybeleid Pagina | https://pages.fm/privacy |
Ondersteunde Talen | 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" ] } ] } |