AdCake
AdCake Extension
AdCake क्या है?
AdCake https://pages.fm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AdCake Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AdCake एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
| सहायता पृष्ठ 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"
]
}
]
} | |