Pinterest Ads Only
Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed
Pinterest Ads Only란 무엇입니까?
Pinterest Ads Only은(는) amitsharma1127에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed"입니다.
확장 프로그램 스크린샷
Pinterest Ads Only 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Need to see just ads on your pinterest feed? This is the right tool for you! This extension removes every other pin which is not "promoted" aka which isn't an ad on your pinterest feed. You might need this because the targeted ads are relevant to you. Or you have a business use case to interact with promoted content. Whatever your need be, this extension will help you do it in a clutter-free way and without having to stressfully find the ads in between hundreds of other pins. This extension is still in beta. If you have any suggestions/feedback, please contact me on my personal email: [email protected] ------------------------------------------------ NOTE --------------------------------------------------- I am a freelancer and I love building browser extensions like this one. If you have a specific use case for this extension which isn't included in this version, or if you need an entirely different extension to be made for your personal or business use case, please feel free to contact me at: [email protected]
확장 프로그램 기본 정보
이름 | Pinterest Ads Only |
ID | dlbdojbnpppomfnbnndjoljaoifdcjea |
공식 URL | https://chromewebstore.google.com/detail/pinterest-ads-only/dlbdojbnpppomfnbnndjoljaoifdcjea |
설명 | Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed |
파일 크기 | 25.96 KB |
설치 횟수 | 105 |
현재 버전 | 0.1 |
최근 업데이트 | 2022-06-19 |
출시 날짜 | 2022-06-19 |
평점 | 2.00/5 총 2 개의 평점 |
개발자 | amitsharma1127 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinterest Ads Only", "version": "0.1", "description": "Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed", "manifest_version": 3, "author": "[email protected]", "content_scripts": [ { "matches": [ "https:\/\/www.pinterest.at\/*" ], "js": [ "js\/content.js" ] } ], "action": { "default_title": "Pinterest Ads Only", "default_icon": { "48": "images\/logo.png", "128": "images\/logo.png" } }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.pinterest.at\/*" ], "icons": { "48": "images\/logo.png", "128": "images\/logo.png" } } |