AdCake
AdCake Extension
AdCakeคืออะไร?
AdCake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pages.fm และคุณลักษณะหลักของมันคือ "AdCake Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdCake
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AdCake |
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 |
อีเมล | [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" ] } ] } |