Tumblpass
This extension provides you advanced user experience with Tumblr blogs.
Co to jest Tumblpass?
Tumblpass to rozszerzenie Chrome opracowane przez https://webslut4rent.tumblr.com, a jego główną funkcją jest „This extension provides you advanced user experience with Tumblr blogs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tumblpass
Pobierz pliki rozszerzeń Tumblpass 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
unlock new features, open hidden content, get access to download files. just install the free plugin tumbl +, which opens even more options. Use our plugin for free and get free updates every month!
Podstawowe informacje o rozszerzeniu
Nazwa | Tumblpass |
ID | ejfhhbechmbnapkhnhkeejbhihdhcbde |
Oficjalny URL | https://chromewebstore.google.com/detail/tumblpass/ejfhhbechmbnapkhnhkeejbhihdhcbde |
Opis | This extension provides you advanced user experience with Tumblr blogs. |
Rozmiar pliku | 6.16 KB |
Liczba instalacji | 261 |
Aktualna Wersja | 2.4.46 |
Ostatnia Aktualizacja | 2014-12-16 |
Data Publikacji | 2014-12-16 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | https://webslut4rent.tumblr.com |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblpass", "description": "This extension provides you advanced user experience with Tumblr blogs.", "version": "2.4.46", "permissions": [], "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "blockremover.js" ], "css": [ "style.css" ] } ] } |