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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gonna filter by platform inside the /r/RocketLeagueExchange in Anything-Goes Thread"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RocketLeagueExchange Anything-Goes Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |