AffiliNet
Discover a new way to find blogs, podcasts and video channels.
AffiliNetとは何ですか?
AffiliNetはhttps://www.affilinet.usによって開発されたChromeの拡張機能で、その主な機能は「Discover a new way to find blogs, podcasts and video channels.」です。
拡張機能のスクリーンショット
AffiliNet拡張機能のCRXファイルをダウンロード
AffiliNet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With millions of blogs, podcasts and video channels available, AffiliNet connects the right people to the right content. There is a world outside of the top <1% results on Google. After all, just because something ranks high in Google doesn't mean that they have the most relevant content for you. It just means they are best at search engine optimization (SEO). Don't settle for generic content for the masses. Get unique recommendations based on your favorite interests. AffiliNet taps you into the other >99% without having to sort through all the millions of options. Just download our extension and browse the web as usual. Click the AffiliNet logo in your toolbar on any website to display creators with similar content. Easily explore their work through clickable links. Filter based on blog, podcast or video channel. Or, use our on demand search feature to find new content anytime. And as a bonus, you can even benefit from affiliate deals, which could save you money on things you were going to buy anyway. We help you get the best results, because it’s based on what you like. Stop settling and start discovering. Download our extension today and get personalized blog, podcast and video channel recommendations.
拡張機能の基本情報
名前 | |
ID | ihjopmjphcabniekgjikoglhbpbfnlbj |
公式URL | https://chrome.google.com/webstore/detail/affilinet/ihjopmjphcabniekgjikoglhbpbfnlbj |
説明 | Discover a new way to find blogs, podcasts and video channels. |
ファイルサイズ | 59.06 KB |
インストール数 | 16 |
現在のバージョン | 0.0.0.5 |
最終更新日 | 2018-08-03 |
公開日 | 2018-08-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.affilinet.us |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.affilinet.us |
ヘルプページのURL | https://www.affilinet.us |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AffiliNet", "description": "Discover a new way to find blogs, podcasts and video channels.", "version": "0.0.0.5", "icons": { "16": "AffiliNet_16x16.png", "48": "AffiliNet_48x48.png", "128": "AffiliNet_128x128.png" }, "browser_action": { "default_icon": "AffiliNet_16x16.png", "default_popup": "favsPopup.html", "default_title": "Discover new content with AffiliNet" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "https:\/\/affilinet.us\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |