WebAdictos
Últimas notas de WebAdictos
WebAdictosคืออะไร?
WebAdictos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://webadictos.com.mx และคุณลักษณะหลักของมันคือ "Últimas notas de WebAdictos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebAdictos
ดาวน์โหลดไฟล์ส่วนขยาย WebAdictos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | blpbcpckgkhfmimbiamodfdfimklcfcb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/webadictos/blpbcpckgkhfmimbiamodfdfimklcfcb |
คำอธิบาย | Últimas notas de WebAdictos |
ขนาดไฟล์ | 146 KB |
จำนวนการติดตั้ง | 216 |
เวอร์ชันปัจจุบัน | 2.7 |
อัปเดตครั้งล่าสุด | 2013-08-12 |
วันที่เผยแพร่ | 2013-08-12 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://webadictos.com.mx |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.webadictos.com.mx |
URL หน้าช่วยเหลือ | http://www.webadictos.com.mx |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebAdictos", "version": "2.7", "manifest_version": 2, "description": "\u00daltimas notas de WebAdictos", "icons": { "48": "images\/48.png", "128": "images\/128.png" }, "background": { "persistent": false, "scripts": [ "js\/bg_webadictos.js" ] }, "browser_action": { "default_title": "WebAdictos", "default_icon": "images\/icon.png", "default_popup": "feed.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.webadictos.com.mx\/*", "http:\/\/*.webadictos.com\/*" ], "js": [ "js\/checkinstall.js" ] } ], "permissions": [ "tabs", "storage", "alarms", "http:\/\/*.webadictos.com.mx\/*", "http:\/\/*.webadictos.com\/*", "http:\/\/*.feedsportal.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'" } |