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."입니다.

확장 프로그램 스크린샷

screenshot

AffiliNet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 AffiliNet AffiliNet
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
이메일 [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'"
}