WeTumblr

View Tumblr Likes and Download them.

WeTumblr क्या है?

WeTumblr airyland द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Tumblr Likes and Download them."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WeTumblr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        View Tumblr Likes and Download them. Backup your tumblr likes before Tumblr banning adult content.                    

एक्सटेंशन की मूल जानकारी

नाम WeTumblr WeTumblr
ID bpbdljpphnblfmgbfkphflkhmeollldm
आधिकारिक URL https://chromewebstore.google.com/detail/wetumblr/bpbdljpphnblfmgbfkphflkhmeollldm
विवरण View Tumblr Likes and Download them.
फ़ाइल का आकार 139 KB
स्थापना संख्या 196
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-12-06
प्रकाशन तिथि 2018-12-06
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर airyland
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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';"
}