Tumblr Inactivity Checker
Shows you any inactive Tumblr blogs you're following.
Vad är Tumblr Inactivity Checker?
Tumblr Inactivity Checker är en Chrome-tillägg utvecklad av jrloprojects, och dess huvudfunktion är "Shows you any inactive Tumblr blogs you're following.".
Tilläggsskärmbilder
Ladda ner Tumblr Inactivity Checker-förlängningens CRX-fil
Ladda ner Tumblr Inactivity Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This Tumblr extension will display any inactive blogs you're following according to the period of time you specify.
Grundläggande Information om Tillägg
Namn | Tumblr Inactivity Checker |
ID | idegoclkpbmijpnnldfgngfceghpfhpg |
Officiell webbadress | https://chromewebstore.google.com/detail/tumblr-inactivity-checker/idegoclkpbmijpnnldfgngfceghpfhpg |
Beskrivning | Shows you any inactive Tumblr blogs you're following. |
Filstorlek | 52.24 KB |
Antal Installationer | 739 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-05-09 |
Publiceringsdatum | 2013-05-09 |
Betyg | 1.35/5 Totalt 80 Betyg |
Utvecklare | jrloprojects |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Inactivity Checker", "description": "Shows you any inactive Tumblr blogs you're following.", "version": "1.0", "icons": { "128": "uibicon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.tumblr.com\/following*" ], "css": [ "tbi.css" ], "js": [ "jquery.js", "jquery.lightbox_me.js", "uib.js" ], "all_frames": true, "run_at": "document_end" } ] } |