Twitter Trends Terminator
This extensions removes the Twitter trends element on the Twitter homepage when logged in.
Co to jest Twitter Trends Terminator?
Twitter Trends Terminator to rozszerzenie Chrome opracowane przez Fabian Deitelhoff, a jego główną funkcją jest „This extensions removes the Twitter trends element on the Twitter homepage when logged in.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Trends Terminator
Pobierz pliki rozszerzeń Twitter Trends Terminator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dhhcmkfgnglmhenndgcaaeankfiaicga |
Oficjalny URL | https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga |
Opis | This extensions removes the Twitter trends element on the Twitter homepage when logged in. |
Rozmiar pliku | 53.3 KB |
Liczba instalacji | 145 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2014-08-11 |
Data Publikacji | 2014-08-11 |
Ocena | 3.50/5 Łącznie 8 Oceny |
Deweloper | Fabian Deitelhoff |
Typ Płatności | free |
Strona Rozszerzenia | http://www.fabiandeitelhoff.de |
Adres URL Strony Pomocy | http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/ |
Obsługiwane Języki | 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\/*" ] } |