AdCake
AdCake Extension
Apa itu AdCake?
AdCake adalah ekstensi Chrome yang dikembangkan oleh https://pages.fm, dan fitur utamanya adalah "AdCake Extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AdCake
Unduh file ekstensi AdCake dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | AdCake |
ID | feaaodbedppfbjagfoooomohhijlnepn |
URL Resmi | https://chromewebstore.google.com/detail/adcake/feaaodbedppfbjagfoooomohhijlnepn |
Deskripsi | AdCake Extension |
Ukuran File | 41.4 KB |
Jumlah Instalasi | 3,221 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2020-12-09 |
Tanggal Publikasi | 2019-01-19 |
Pengembang | https://pages.fm |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://pages.fm |
URL Halaman Bantuan | https://www.facebook.com/groups/pancake.tools/ |
URL Halaman Kebijakan Privasi | https://pages.fm/privacy |
Bahasa yang Didukung | 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" ] } ] } |