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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |