Subscribe to PewDiePie
Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com
Qu'est-ce que Subscribe to PewDiePie ?
Subscribe to PewDiePie est une extension Chrome développée par dpiTech, et sa fonction principale est "Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Subscribe to PewDiePie
Téléchargez les fichiers d'extension Subscribe to PewDiePie 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
This Chrome Extension automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com when visiting their channel page or watching any of their videos
Informations de Base sur l'Extension
Nom | |
ID | hdigkdgneeikpngngijhgialnibaokbd |
URL Officiel | https://chromewebstore.google.com/detail/subscribe-to-pewdiepie/hdigkdgneeikpngngijhgialnibaokbd |
Description | Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com |
Taille du Fichier | 49.21 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-11-27 |
Date de Publication | 2018-11-27 |
Évaluation | 4.69/5 Total 13 Évaluations |
Développeur | dpiTech |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Subscribe to PewDiePie", "version": "1.0", "description": "Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |