RocketLeagueExchange Anything-Goes Filter

Gonna filter by platform inside the /r/RocketLeagueExchange in Anything-Goes Thread

RocketLeagueExchange Anything-Goes Filter란 무엇입니까?

RocketLeagueExchange Anything-Goes Filter은(는) PedroGabriel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gonna filter by platform inside the /r/RocketLeagueExchange in Anything-Goes Thread"입니다.

확장 프로그램 스크린샷

screenshot

RocketLeagueExchange Anything-Goes Filter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        At /r/RocketLeagueExchange/ (Reddit) we have a daily thread used to trade items from Rocket League for anything (things outside from the game) but every platform uses the same thread...

FEATURES:
Choose the platform you want to use to filter and it gonna be saved.
When you press to load a new page this new page comes filtered too.
Updates on fly, change the platform and the page gonna be updated without refresh.

TIP:
IF YOU LOAD A NEW PAGE AND NOTHING SHOW, PRESS TO LOAD AGAIN BECAUSE EVERYTHING LOADED WAS FILTERED AND THE EXTENSION DO NOT AUTO LOAD A NEW PAGE.                    

확장 프로그램 기본 정보

이름 RocketLeagueExchange Anything-Goes Filter RocketLeagueExchange Anything-Goes Filter
ID jpehoahdklamkdlgdfkgkpognombkioo
공식 URL https://chrome.google.com/webstore/detail/rocketleagueexchange-anyt/jpehoahdklamkdlgdfkgkpognombkioo
설명 Gonna filter by platform inside the /r/RocketLeagueExchange in Anything-Goes Thread
파일 크기 234 KB
설치 횟수 72
현재 버전 1.1.4
최근 업데이트 2016-10-08
출시 날짜 2016-10-08
평점 5.00/5 총 9 개의 평점
개발자 PedroGabriel
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RocketLeagueExchange Anything-Goes Filter",
    "description": "Gonna filter by platform inside the \/r\/RocketLeagueExchange in Anything-Goes Thread ",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/r\/RocketLeagueExchange\/comments*"
            ],
            "run_at": "document_idle",
            "js": [
                "jquery.min.js",
                "arrive.min.js",
                "spam_filter.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}