EveRickwhere

If you want to see Rick everickwhere, you've come to the right place!

EveRickwhere क्या है?

EveRickwhere Virej Dasani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "If you want to see Rick everickwhere, you've come to the right place!"।

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

screenshot
screenshot
screenshot

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

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

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

                        If you ever want to feel like everywhere you go, you want to see Rick Astley's face, this extension does just that!                    

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

नाम EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
आधिकारिक URL https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
विवरण If you want to see Rick everickwhere, you've come to the right place!
फ़ाइल का आकार 20.64 MB
स्थापना संख्या 712
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-12-20
प्रकाशन तिथि 2022-12-18
रेटिंग 4.38/5 कुल 8 रेटिंग्स
डेवलपर Virej Dasani
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/virejdasani/EveRickwhere
सहायता पृष्ठ URL https://sites.google.com/view/everickwhere-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EveRickwhere",
    "version": "1.0.0",
    "description": "If you want to see Rick everickwhere, you've come to the right place!",
    "icons": {
        "128": "assets\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}