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ファイルをダウンロード
Pinterest Ads Only拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |