Toyota Nation Enhancement Suite
Adds a few nifty features to toyota nation.
Toyota Nation Enhancement Suite क्या है?
Toyota Nation Enhancement Suite gcexten द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a few nifty features to toyota nation."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Toyota Nation Enhancement Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a few nifty features to toyotanation.com (also works with benzworld.org). * Make images zoomable. * Add infinite scrolling. * Add a custom image to the upper right corner. * Specify up to 200 threads in the gen 1 and 2 Camry forum. * Change the forum to mimic reddit.com. * Remove advertising ect. * Fix annoying thread descriptions. * and more! This extension is not associated with toyota nation in any way.
एक्सटेंशन की मूल जानकारी
नाम | Toyota Nation Enhancement Suite |
ID | dlakmefejbcapgdeminllojmhjhmcolp |
आधिकारिक URL | https://chromewebstore.google.com/detail/toyota-nation-enhancement/dlakmefejbcapgdeminllojmhjhmcolp |
विवरण | Adds a few nifty features to toyota nation. |
फ़ाइल का आकार | 162 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 2 |
अंतिम अपडेट | 2017-11-19 |
प्रकाशन तिथि | 2017-11-19 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | gcexten |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.toyotanation.com/forum |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toyota Nation Enhancement Suite", "version": "2", "manifest_version": 2, "description": "Adds a few nifty features to toyota nation.", "icons": { "16": "icons\/icon16.png", "48": "icons\/camry48.png", "128": "icons\/camry128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "page_action": { "default_icon": "icons\/icon19a.png", "default_title": "Toyota Nation Enhancement Extension", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "tabs", "http:\/\/www.toyotanation.com\/forum\/*", "http:\/\/www.benzworld.org\/forums\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/www.toyotanation.com\/forum\/*", "https:\/\/www.toyotanation.com\/forum\/*", "http:\/\/www.benzworld.org\/forums\/*", "https:\/\/www.benzworld.org\/forums\/*" ], "js": [ "src\/inject\/redditify.js", "src\/inject\/fixConsole.js", "src\/inject\/makeImgsZoomable.js", "src\/inject\/changeModeratorTitleAndAvatar.js", "src\/inject\/removeAdvertising.js", "src\/inject\/sendMessageToBgPage.js", "src\/inject\/injectCSS.js", "src\/inject\/updateCamryForumLink.js", "src\/inject\/scrollToTop.js", "src\/inject\/endlessScrolling.js", "src\/inject\/remove_ncode_moderateWarning.js", "src\/inject\/fixTitles.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |