WeTumblr
View Tumblr Likes and Download them.
Wat is WeTumblr?
WeTumblr is een Chrome-extensie ontwikkeld door airyland, en de belangrijkste functie is "View Tumblr Likes and Download them.".
Extensie Screenshots
Download het CRX-bestand van de extensie WeTumblr
Download WeTumblr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
View Tumblr Likes and Download them. Backup your tumblr likes before Tumblr banning adult content. Basisinformatie over de Extensie
| Naam | |
| ID | bpbdljpphnblfmgbfkphflkhmeollldm |
| Officiële URL | https://chromewebstore.google.com/detail/wetumblr/bpbdljpphnblfmgbfkphflkhmeollldm |
| Beschrijving | View Tumblr Likes and Download them. |
| Bestandsgrootte | 139 KB |
| Aantal Installaties | 196 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2018-12-06 |
| Publicatiedatum | 2018-12-06 |
| Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | airyland |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1",
"name": "WeTumblr",
"options_page": "pages\/options.html",
"manifest_version": 2,
"icons": {
"16": "assets\/images\/icon.png",
"48": "assets\/images\/icon.png",
"128": "assets\/images\/icon.png"
},
"browser_action": {
"default_icon": "assets\/images\/icon.png"
},
"background": {
"scripts": [
"modules\/background\/background.js"
],
"persistent": true
},
"description": "View Tumblr Likes and Download them.",
"permissions": [
"unlimitedStorage",
"downloads",
"https:\/\/*.media.tumblr.com\/*",
"https:\/\/*.tumblr.com\/*"
],
"content_security_policy": "script-src 'self'; style-src * 'unsafe-inline';"
} | |