Rickroll Extension

A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.

Rickroll Extension क्या है?

Rickroll Extension Glebodan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage."।

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

screenshot

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

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

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

                        Download this extension to prank your friends. This extension Rickrolls you 1/5 times when opening up a random webpage.                    

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

नाम Rickroll Extension Rickroll Extension
ID jnbnepchhogcmmilkofgdnpgmcceomca
आधिकारिक URL https://chromewebstore.google.com/detail/rickroll-extension/jnbnepchhogcmmilkofgdnpgmcceomca
विवरण A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.
फ़ाइल का आकार 35.8 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-22
प्रकाशन तिथि 2023-03-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Glebodan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rickroll Extension",
    "version": "1.0",
    "description": "A Chrome extension that has a 1\/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}