AdCake
AdCake Extension
什麼是AdCake?
AdCake是由https://pages.fm開發的Chrome擴展程式,該擴展的主要功能是“AdCake Extension”。
擴展截圖
下載AdCake擴展crx文件
下載AdCake擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | feaaodbedppfbjagfoooomohhijlnepn |
| 官方網址 | https://chromewebstore.google.com/detail/adcake/feaaodbedppfbjagfoooomohhijlnepn |
| 簡介 | AdCake Extension |
| 檔案大小 | 41.4 KB |
| 安裝次數 | 3,221 |
| 目前版本 | 1.0.6 |
| 更新時間 | 2020-12-09 |
| 上架時間 | 2019-01-19 |
| 開發者 | https://pages.fm |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://pages.fm |
| 說明頁面URL | https://www.facebook.com/groups/pancake.tools/ |
| 隱私政策頁面URL | https://pages.fm/privacy |
| 支援的語言 | 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"
]
}
]
} | |