Ngecilin Extension

Chrome Extension to shorten your looooong URL.

Ngecilin Extension क्या है?

Ngecilin Extension https://kulkul.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension to shorten your looooong URL."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Shorten your long URLs easily using TinyURL and Short.io services. You can share the shortened links via social media with our URL shortener. Shortening your URLs will also make the links look elegant and clean.

With this extension, you can track of created short URLs and access the analytics.

URL Shortener Features:
- Easily shorten URLs without any need of an account.
- Share the short links with one tap
- Shorten Url from Notification
- One-click easy copying
- Completely free

Find bugs or need help? Contact us at [email protected]

Please rate ★★★★★ if you like this app.                    

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

नाम Ngecilin Extension Ngecilin Extension
ID hbcmhfleidhgnfhfchencfkefmabfkhe
आधिकारिक URL https://chromewebstore.google.com/detail/ngecilin-extension/hbcmhfleidhgnfhfchencfkefmabfkhe
विवरण Chrome Extension to shorten your looooong URL.
फ़ाइल का आकार 41.4 KB
स्थापना संख्या 18
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2022-11-21
प्रकाशन तिथि 2020-10-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://kulkul.tech
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.kulkul.tech/
सहायता पृष्ठ URL https://www.kulkul.tech/contact-us
गोपनीयता नीति पृष्ठ URL https://kulkul.tech/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ngecilin Extension",
    "version": "1.1.2",
    "description": "Chrome Extension to shorten your looooong URL.",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/api.short.cm\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "options_page": "options\/index.html",
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [],
    "content_scripts": [],
    "browser_action": {
        "default_title": "Ngecilin Extension",
        "default_icon": {
            "16": "assets\/icons\/icon-ngecilin-16.png",
            "32": "assets\/icons\/icon-ngecilin-32.png",
            "48": "assets\/icons\/icon-ngecilin-48.png",
            "128": "assets\/icons\/icon-ngecilin-128.png"
        },
        "default_popup": "popup\/index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            },
            "description": "Open Ngecilin Extension"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon-ngecilin-16.png",
        "32": "assets\/icons\/icon-ngecilin-32.png",
        "48": "assets\/icons\/icon-ngecilin-48.png",
        "128": "assets\/icons\/icon-ngecilin-128.png"
    }
}