TEA: Traffic Exchange Assistant

Improve your experience in the bigger sites for traffic exchange

TEA: Traffic Exchange Assistant란 무엇입니까?

TEA: Traffic Exchange Assistant은(는) https://exprimiblog.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your experience in the bigger sites for traffic exchange"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TEA: Traffic Exchange Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have additional support when exchanging web traffic. Traffic Exchange Assistant is, at moment small, collection of utilities to make your life easier on exchange sites to visit websites.

Whether you want to get referrals to CPA pages, link shorteners or to any other type of affiliate programs, this app will help you in the job.

Among other; Indicates in the title of the tab the missing seconds to end the waiting time in EasyHits4U, YouLikeHits and ComparteUnClick / Fancitos, you know the best sites to get free visits, you do not lose the prizes, you save time when visiting the tabs just when it is necessary and you know how much to start a new official day in each site.

The latest version also mutes the tabs and works with fewer errors.                    

확장 프로그램 기본 정보

이름 TEA: Traffic Exchange Assistant TEA: Traffic Exchange Assistant
ID loeaogallpcfmlcblicaanimikjhepof
공식 URL https://chromewebstore.google.com/detail/tea-traffic-exchange-assi/loeaogallpcfmlcblicaanimikjhepof
설명 Improve your experience in the bigger sites for traffic exchange
파일 크기 789 KB
설치 횟수 177
현재 버전 0.2.6
최근 업데이트 2017-12-29
출시 날짜 2017-12-28
평점 4.20/5 총 5 개의 평점
개발자 https://exprimiblog.blogspot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://trafficexchangeassistant.blogspot.com/
개인정보 보호 정책 페이지 URL http://ums.shorteners.net/p/privacy-policy-politica-de-privacidad.html
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TEA: Traffic Exchange Assistant",
    "short_name": "TEA",
    "version": "0.2.6",
    "description": "__MSG_messageDescription__",
    "default_locale": "en",
    "homepage_url": "http:\/\/exprimiblog.blogspot.com",
    "icons": {
        "16": "data\/icon-16.png",
        "48": "data\/icon-48.png",
        "64": "data\/icon.png",
        "96": "data\/icon-96.png",
        "128": "data\/icon-128.png"
    },
    "permissions": [
        "webNavigation",
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*.youlikehits.com\/*",
        "*:\/\/youlikehits.com\/*",
        "*:\/\/*.easyhits4u.com\/*",
        "*:\/\/easyhits4u.com\/*",
        "*:\/\/*.comparteunclic.com\/*",
        "*:\/\/comparteunclic.com\/*",
        "*:\/\/damefans.com\/*",
        "*:\/\/*.damefans.com\/*",
        "*:\/\/*.linkcollider.com\/*",
        "*:\/\/linkcollider.com\/*",
        "http:\/\/skylnk.co\/Thiza",
        "notifications",
        "contextMenus",
        "*:\/\/schema.org\/Photograph",
        "*:\/\/multishortener.blogspot.com\/",
        "*:\/\/cpmlink.net\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.linkcollider.com\/page\/activity\/autosurf*"
            ],
            "js": [
                "content\/content-linkcollider.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.youlikehits.com\/*"
            ],
            "js": [
                "content\/content-youLikeHits.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/damefans.com\/*"
            ],
            "js": [
                "content\/content-damefans.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.comparteunclic.com\/*"
            ],
            "js": [
                "content\/content-comparteunclic.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "TEA - Ctrl+Shift+A",
        "default_icon": "data\/icon.png",
        "default_popup": "popup\/short.html"
    },
    "background": {
        "scripts": [
            "background\/install.js",
            "background\/apis.js",
            "background\/tea.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Open TEA"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "content\/*",
        "popup\/*",
        "data\/*"
    ]
}