Rants.App - Netflix comments and discussions
Netflix comments and discussions
Rants.App - Netflix comments and discussionsคืออะไร?
Rants.App - Netflix comments and discussions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rants.app และคุณลักษณะหลักของมันคือ "Netflix comments and discussions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rants.App - Netflix comments and discussions
ดาวน์โหลดไฟล์ส่วนขยาย Rants.App - Netflix comments and discussions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Place for commenting on your loved and not-so-much TV-Shows. Integrated with Netflix - upon opening TV-Show or movie at Netflix.com - look for "comment" icon at bottom right.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | moefneinekhcedddkjekjkppjhboblac |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rantsapp-netflix-comments/moefneinekhcedddkjekjkppjhboblac |
คำอธิบาย | Netflix comments and discussions |
ขนาดไฟล์ | 4.92 MB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2021-05-25 |
วันที่เผยแพร่ | 2018-10-14 |
ผู้พัฒนา | Rants.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rants.App - Netflix comments and discussions", "homepage_url": "https:\/\/rants.app\/", "description": "Netflix comments and discussions", "default_locale": "en", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html", "name": "Rants.App - Netflix comments and TV Shows", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/netflix.com\/*", "*:\/\/www.netflix.com\/*" ], "js": [ "injected-modal-script.js" ] } ], "permissions": [ "*:\/\/netflix.com\/*", "*:\/\/www.netflix.com\/*" ], "web_accessible_resources": [ "injected-modal.html" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'", "version": "1.0.5" } |