You Coub notifications & follow manager
Coub.com you channels notifications & follow manager. (Coub.com API based)
You Coub notifications & follow managerคืออะไร?
You Coub notifications & follow manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย return.true และคุณลักษณะหลักของมันคือ "Coub.com you channels notifications & follow manager. (Coub.com API based)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย You Coub notifications & follow manager
ดาวน์โหลดไฟล์ส่วนขยาย You Coub notifications & follow manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You Coub notifications & follow manager! 0.810
Coub.com funs extention for manage channels and current url "DO COUB FROM THIS TAB 🤘🏻" button for more happy creations! Enjoy Anyways 😇😁💎 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kfdemmfamfkkigmgkjlmpjamnaabjjio |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio |
| คำอธิบาย | Coub.com you channels notifications & follow manager. (Coub.com API based) |
| ขนาดไฟล์ | 78.76 KB |
| จำนวนการติดตั้ง | 82 |
| เวอร์ชันปัจจุบัน | 0.810 |
| อัปเดตครั้งล่าสุด | 2020-12-17 |
| วันที่เผยแพร่ | 2019-01-30 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | return.true |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "You Coub notifications & follow manager",
"description": "Coub.com you channels notifications & follow manager. (Coub.com API based)",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "You Coub notifications & follow manager"
},
"background": {
"page": "background.html"
},
"permissions": [
"activeTab"
],
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/coub.com\/*"
],
"css": [
"ext.css"
],
"js": [
"ext.js"
]
}
],
"manifest_version": 2,
"version": "0.810",
"icons": {
"128": "icon.png",
"666": "logo.png",
"777": "icon_connect.png"
}
} | |