SubToTechnoblade

Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!

SubToTechnoblade क्या है?

SubToTechnoblade Lurk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!"।

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

screenshot

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

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

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

                        Subscribe to TECHNOBLADE!!!!! This is a completely free chrome extension, no string attached. This chrome extension causes random Technoblade related phrases to pop up on your screen in different colors. It will also make a little image of Technoblade to float along the border of the screen. If you click the chrome extension multiple times, more phrases show up and more images pop up. If you really are moved to support me though, you can subscribe to youtube channel Lurk:https://www.youtube.com/channel/UCS-x7lD-CSnoc8ejgxrEntQ!                    

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

नाम SubToTechnoblade SubToTechnoblade
ID ljflgeihgcakjnhfnnjppnfkmckijlhh
आधिकारिक URL https://chromewebstore.google.com/detail/subtotechnoblade/ljflgeihgcakjnhfnnjppnfkmckijlhh
विवरण Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!
फ़ाइल का आकार 34.9 KB
स्थापना संख्या 199
वर्तमान संस्करण 0.1.9
अंतिम अपडेट 2021-03-16
प्रकाशन तिथि 2021-03-16
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Lurk
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SubToTechnoblade",
    "description": "Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!",
    "version": "0.1.9",
    "icons": {
        "48": "img\/doge.png",
        "128": "img\/doge.png"
    },
    "background": {
        "scripts": [
            "run.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Techno go",
        "default_icon": "img\/doge.png"
    }
}