Twitter Trends Terminator
This extensions removes the Twitter trends element on the Twitter homepage when logged in.
Twitter Trends Terminator क्या है?
Twitter Trends Terminator Fabian Deitelhoff द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions removes the Twitter trends element on the Twitter homepage when logged in."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Trends Terminator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extensions removes the Twitter Trends element and the Who To Follow Box on the Twitter homepage when logged in. You can choose in the options if the boxes should be removed or not.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dhhcmkfgnglmhenndgcaaeankfiaicga |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga |
विवरण | This extensions removes the Twitter trends element on the Twitter homepage when logged in. |
फ़ाइल का आकार | 53.3 KB |
स्थापना संख्या | 145 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2014-08-11 |
प्रकाशन तिथि | 2014-08-11 |
रेटिंग | 3.50/5 कुल 8 रेटिंग्स |
डेवलपर | Fabian Deitelhoff |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.fabiandeitelhoff.de |
सहायता पृष्ठ URL | http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Trends Terminator", "version": "0.0.3", "manifest_version": 2, "description": "This extensions removes the Twitter trends element on the Twitter homepage when logged in.", "homepage_url": "http:\/\/www.fabiandeitelhoff.de\/2014\/08\/let-me-introduce-the-twitter-trends-terminator\/", "author": "Fabian Deitelhoff", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options\/index.html", "permissions": [ "storage", "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ] } |