SubToTechnoblade
Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!
Qu'est-ce que SubToTechnoblade ?
SubToTechnoblade est une extension Chrome développée par Lurk, et sa fonction principale est "Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SubToTechnoblade
Téléchargez les fichiers d'extension SubToTechnoblade au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | ljflgeihgcakjnhfnnjppnfkmckijlhh |
URL Officiel | https://chromewebstore.google.com/detail/subtotechnoblade/ljflgeihgcakjnhfnnjppnfkmckijlhh |
Description | Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license! |
Taille du Fichier | 34.9 KB |
Nombre d'Installations | 199 |
Version Actuelle | 0.1.9 |
Dernière Mise à Jour | 2021-03-16 |
Date de Publication | 2021-03-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Lurk |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |