Truly Media
Chrome extension for the Truly Media platform. Used for aggregation of Social Media content in Truly Media.
Truly Mediaคืออะไร?
Truly Media เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ilab.atc.gr และคุณลักษณะหลักของมันคือ "Chrome extension for the Truly Media platform. Used for aggregation of Social Media content in Truly Media."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Truly Media
ดาวน์โหลดไฟล์ส่วนขยาย Truly Media ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension for the Truly Media platform. Used for aggregation of Social Media content in Truly Media. Currently supports aggregation from: - twitter - tweetdeck - youtube - facebook pages
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Truly Media |
ID | nkgnebcoenckmflihkceknmglbkeiano |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/truly-media/nkgnebcoenckmflihkceknmglbkeiano |
คำอธิบาย | Chrome extension for the Truly Media platform. Used for aggregation of Social Media content in Truly Media. |
ขนาดไฟล์ | 3.5 MB |
จำนวนการติดตั้ง | 245 |
เวอร์ชันปัจจุบัน | 1.6.4 |
อัปเดตครั้งล่าสุด | 2021-09-15 |
วันที่เผยแพร่ | 2019-07-23 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | ilab.atc.gr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://app.truly.media/policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Truly Media", "short_name": "truly.media", "version": "1.6.4", "icons": { "64": "img\/logo-64.png", "128": "img\/logo-128.png" }, "description": "Chrome extension for the Truly Media platform. Used for aggregation of Social Media content in Truly Media.", "browser_action": { "default_title": "Truly Media", "default_icon": "img\/logo-32.png" }, "permissions": [ "tabs", "storage", "*:\/\/*\/*", "*:\/\/api.twitter.com\/*", "*:\/\/squall-4.atc.gr\/*", "*:\/\/squall-5.atc.gr\/*", "*:\/\/storm-8.atc.gr\/*", "*:\/\/storm-9.atc.gr\/*" ], "background": { "scripts": [ "popup\/background.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/oauth.io\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/tweetdeck.twitter.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/www.facebook.com\/*" ], "js": [ "node_modules\/jquery\/dist\/jquery.js", "node_modules\/jquery-modal\/jquery.modal.min.js", "node_modules\/jquery-ui-dist\/jquery-ui.min.js", "node_modules\/chosen-js\/chosen.jquery.js", "node_modules\/sweetalert\/dist\/sweetalert.min.js", "content\/lib\/socket.io-2.0.1.js", "content\/js\/service\/injector.class.js", "content\/js\/service\/template.class.js", "content\/js\/service\/socket.class.js", "content\/js\/service\/api.class.js", "content\/js\/service\/modal.class.js", "content\/js\/social\/twitter.class.js", "content\/js\/social\/tweetdeck.class.js", "content\/js\/social\/youtube.class.js", "content\/js\/social\/facebook.class.js", "content\/js\/scope.js", "content\/js\/main.js" ], "css": [ "node_modules\/jquery-ui-dist\/jquery-ui.min.css", "node_modules\/jquery-modal\/jquery.modal.min.css", "node_modules\/sweetalert\/dist\/sweetalert.css", "content\/css\/content.css", "content\/css\/font-awesome-4.7.0\/css\/font-awesome.min.css" ] } ], "web_accessible_resources": [ "node_modules\/sweetalert\/dist\/sweetalert.min.js", "node_modules\/sweetalert\/dist\/sweetalert.css", "content\/templates\/modal.html", "content\/css\/font-awesome-4.7.0\/fonts\/fontawesome-webfont.woff", "content\/css\/roboto\/latin.woff2", "content\/css\/roboto\/latin-ext.woff2", "img\/*.*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |