Smart Ads Finder
Smart Ads Finder
Smart Ads Finder란 무엇입니까?
Smart Ads Finder은(는) S3 TEAM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart Ads Finder"입니다.
확장 프로그램 스크린샷
Smart Ads Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: F1-Smart Ads Finder: Turn on this feature to hide non-ads posts on your newfeeds F2-Insight Analysis Ads: Analyze audience of post by: gender, age, hometown, interests, reaction history... F3-Trim Posts on Graph Search: When browse a large results of graph search, the browser will load more and more posts. This feature will automatically remove viewed posts. It just keep some latest posts. So, your browser willn't lag, and you can browse to end of search. F4-Auto Refresh: Auto refresh the page each 15s. It's useful for somecase
확장 프로그램 기본 정보
이름 | Smart Ads Finder |
ID | jjdglhbjmpniaikcedllhlbcpnfbophf |
공식 URL | https://chromewebstore.google.com/detail/smart-ads-finder/jjdglhbjmpniaikcedllhlbcpnfbophf |
설명 | Smart Ads Finder |
파일 크기 | 121 KB |
설치 횟수 | 45 |
현재 버전 | 2.6.5 |
최근 업데이트 | 2020-10-11 |
출시 날짜 | 2020-10-10 |
개발자 | S3 TEAM |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.dmmetsy.com/policy/privacy/dmmetsy-helper |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png", "512": "images\/icon-512.png" }, "manifest_version": 2, "name": "Smart Ads Finder", "description": "Smart Ads Finder", "permissions": [ "https:\/\/www.facebook.com\/*", "https:\/\/m.facebook.com\/*" ], "version": "2.6.5", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/logging.js", "scripts\/fw-task.js", "scripts\/content.js", "scripts\/smartads.insight.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ] }, { "js": [ "scripts\/desktop-bootloader.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_start" }, { "js": [ "scripts\/logging.js", "scripts\/fw-task.js", "scripts\/mobile-content.js", "scripts\/mobile-smartads.insight.js" ], "matches": [ "https:\/\/m.facebook.com\/*" ] } ], "browser_action": { "default_icon": { "48": "images\/icon-48.png", "128": "images\/icon-128.png", "512": "images\/icon-512.png" }, "default_popup": "popup.html", "default_title": "Smart Ads Finder" }, "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "images\/*", "scripts\/inject.js" ], "default_locale": "en" } |