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 هو إضافة Chrome تم تطويرها بواسطة https://adcostly.com، والميزة الرئيسية لها هي "Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Newsfeed Ad Finder
قم بتنزيل ملفات الامتداد Newsfeed Ad Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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'" } |