Unlocker

Use Websites without having to login, currently supports: Instagram

Unlocker क्या है?

Unlocker https://www.alperenkaptan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Websites without having to login, currently supports: Instagram"।

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

screenshot

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

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

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

                        Use Websites without having to login, currently supports: Instagram                    

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

नाम Unlocker Unlocker
ID hpakfpbdhgblceoipepkpghpaihoiham
आधिकारिक URL https://chromewebstore.google.com/detail/unlocker/hpakfpbdhgblceoipepkpghpaihoiham
विवरण Use Websites without having to login, currently supports: Instagram
फ़ाइल का आकार 6.92 KB
स्थापना संख्या 446
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-03-20
प्रकाशन तिथि 2020-03-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.alperenkaptan.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://alperenkaptan.com/
सहायता पृष्ठ URL https://alperenkaptan.com/
समर्थित भाषाएँ tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unlocker",
    "version": "1.0",
    "description": "Use Websites without having to login, currently supports: Instagram",
    "author": "baris, alperen",
    "icons": {
        "16": "images\/unlocked16.png",
        "32": "images\/unlocked32.png",
        "128": "images\/unlocked128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "instagram.js"
            ]
        }
    ],
    "manifest_version": 2
}