Newsfeed Ad Finder
Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers
Newsfeed Ad Finder क्या है?
Newsfeed Ad Finder https://adcostly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Newsfeed Ad Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Newsfeed ad finder, set ads off all only display them, all by yourself. Super fast, no interruption, the best choice for ad researchers and publishers Want to know how your competitors make their ads? Newsfeed Ad Finder allows you to display only ads feeds or highlight them all, super convenient Facebook newsfeed ad finder is free now! Usage: =*= Turn the first switch on/off allows you to highlight/unhighlight all ads =*= Turn the second switch on/off allows you to hide/show all normal posts It works with new Facebook UI
एक्सटेंशन की मूल जानकारी
नाम | Newsfeed Ad Finder |
ID | ajkoblpfgeimpdafofiocjhbgpendmjh |
आधिकारिक URL | https://chromewebstore.google.com/detail/newsfeed-ad-finder/ajkoblpfgeimpdafofiocjhbgpendmjh |
विवरण | Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers |
फ़ाइल का आकार | 1.3 MB |
स्थापना संख्या | 172 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-10-25 |
प्रकाशन तिथि | 2020-10-19 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://adcostly.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://adspyhub.com/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "tabs", "storage", "*:\/\/*.facebook.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/content\/facebook-timeline.js" ], "css": [ "css\/facebook-ads.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "16": "icons\/19.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "web_accessible_resources": [ "css\/*", "js\/*" ], "version": "1.0.1", "content_security_policy": "script-src 'self' ; object-src 'self'" } |