Ajustes
Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
Ajustesคืออะไร?
Ajustes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย net.expert และคุณลักษณะหลักของมันคือ "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ajustes
ดาวน์โหลดไฟล์ส่วนขยาย Ajustes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Yeah Hello World verifica la optimización del SEO de una página existente para ver cómo está optimizado para una determinada palabra clave. También cuenta con las señales sociales, y comprueba si la palabra clave está dentro de la etiqueta meta de noticias palabra clave. En segundo lugar usted puede ver el fragmento de búsqueda, ya que se mostrará en motores de búsqueda Google. En tercer lugar puede introducir cualquier palabra clave y el sitio web que usted está interesado en comprobar donde se ubica en Google.co.uk, Google.com y muchos otros.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pbncpanjfolomiifdainelfejpncggjm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ajustes/pbncpanjfolomiifdainelfejpncggjm |
คำอธิบาย | Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux |
ขนาดไฟล์ | 40.31 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2016-09-29 |
วันที่เผยแพร่ | 2016-09-29 |
ผู้พัฒนา | net.expert |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon48.png", "name": "Settings" }, "content_scripts": [], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com; object-src 'self'", "description": "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Ajustes", "permissions": [ "webRequest", "unlimitedStorage", "storage", "tabs", "webRequestBlocking", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2" } |