Swagbucks Hourly Winner Alert
Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
ما هو Swagbucks Hourly Winner Alert؟
Swagbucks Hourly Winner Alert هو إضافة Chrome تم تطويرها بواسطة https://protop.link، والميزة الرئيسية لها هي "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Swagbucks Hourly Winner Alert
قم بتنزيل ملفات الامتداد Swagbucks Hourly Winner Alert بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension meant to alert you if you are a winner of the hourly prize on the Swagbucks blog. You can enter your username and that addon will send a (controllable) notification if you win. In addition the icon will show an exclamation if you have won. معلومات أساسية عن التمديد
| الاسم | |
| ID | kkbadcadbkmfcmmnialfcckcajifghph |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph |
| الوصف | Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog. |
| حجم الملف | 180 KB |
| عدد التثبيتات | 219 |
| النسخة الحالية | 0.0.6 |
| آخر تحديث | 2021-02-28 |
| تاريخ النشر | 2021-02-27 |
| المطور | https://protop.link |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://protop.link |
| عنوان صفحة المساعدة | https://protop.link |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Swagbucks Hourly Winner Alert",
"version": "0.0.6",
"description": "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.",
"homepage_url": "https:\/\/example.com\/test",
"icons": {
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png"
},
"permissions": [
"https:\/\/www.swagbucks.com\/?cmd=gn-random-winner",
"notifications"
],
"background": {
"scripts": [
"browser-polyfill.js",
"background.js"
]
},
"applications": {
"gecko": {
"id": "swaghalert@protop"
}
},
"browser_action": {
"browser_style": true,
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png"
},
"default_title": "Hi"
}
} | |