AdCake
AdCake Extension
ما هو AdCake؟
AdCake هو إضافة Chrome تم تطويرها بواسطة https://pages.fm، والميزة الرئيسية لها هي "AdCake Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AdCake
قم بتنزيل ملفات الامتداد AdCake بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://pages.fm |
| عنوان صفحة المساعدة | https://www.facebook.com/groups/pancake.tools/ |
| عنوان صفحة سياسة الخصوصية | 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"
]
}
]
} | |