RickrollGuard

The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.

RickrollGuard क्या है?

RickrollGuard theepicsully द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god."।

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

screenshot

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

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

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

                        This is a fun, simple Chrome extension that stops users from getting "rickrolled", a meme in internet culture where somebody clicks a link and is redirected to Rick Astley's "Never Gonna Give You Up" music video. Upon clicking on a link that would "rickroll" somebody, this Chrome extension redirects them to the website https://sullycb.github.io/RickrollGuard.html that tells them that they were protected by Rickroll Guard.                    

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

नाम RickrollGuard RickrollGuard
ID ncjiindlkgmfhcmeenmejoigfhppnomf
आधिकारिक URL https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf
विवरण The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
फ़ाइल का आकार 341 KB
स्थापना संख्या 451
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-11-17
प्रकाशन तिथि 2020-11-17
रेटिंग 3.33/5 कुल 6 रेटिंग्स
डेवलपर theepicsully
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sullycb.github.io/RickrollGuard.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickrollGuard",
    "description": "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.",
    "background": {
        "scripts": [
            "rickfinder.js"
        ]
    },
    "author": "SullyBS",
    "permissions": [
        "tabs",
        "alarms"
    ],
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "panel.html",
        "default_icon": "Rickhead.png"
    },
    "icons": {
        "16": "Rickhead16.png",
        "48": "Rickhead48.png",
        "128": "Rickhead128.png"
    }
}