Subscribe to PewDiePie
Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com
ما هو Subscribe to PewDiePie؟
Subscribe to PewDiePie هو إضافة Chrome تم تطويرها بواسطة dpiTech، والميزة الرئيسية لها هي "Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Subscribe to PewDiePie
قم بتنزيل ملفات الامتداد Subscribe to PewDiePie بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | hdigkdgneeikpngngijhgialnibaokbd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/subscribe-to-pewdiepie/hdigkdgneeikpngngijhgialnibaokbd |
الوصف | Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com |
حجم الملف | 49.21 KB |
عدد التثبيتات | 49 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-11-27 |
تاريخ النشر | 2018-11-27 |
تقييم | 4.69/5 مجموع تقييمات 13 |
المطور | dpiTech |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |