4chan Expand Images

Easily expand images in 4chan

4chan Expand Images क्या है?

4chan Expand Images alexiszam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily expand images in 4chan"।

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

screenshot

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

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

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

                        Easily expand all images in a 4chan thread. Simply right-click on the page, choose "Expand images" from the menu and all images will expand!                    

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

नाम 4chan Expand Images 4chan Expand Images
ID fkkiappinjfoifojbgbfgcnibfjffphk
आधिकारिक URL https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk
विवरण Easily expand images in 4chan
फ़ाइल का आकार 33.64 KB
स्थापना संख्या 3,046
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-01-07
प्रकाशन तिथि 2020-12-29
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर alexiszam
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AlexisZam/4chan-expand-images
सहायता पृष्ठ URL https://github.com/AlexisZam/4chan-expand-images/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "Easily expand images in 4chan",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "4chan Expand Images",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "version": "1.0.0"
}