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开发的Chrome扩展程序,该扩展的主要功能是“Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers”。
扩展截图
下载Newsfeed Ad Finder扩展crx文件
下载Newsfeed Ad Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'" } |