Ajustes

Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux

Ajustes là gì?

Ajustes là một tiện ích mở rộng Chrome được phát triển bởi net.expert, và tính năng chính của nó là "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ajustes

Tải xuống các tệp mở rộng Ajustes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ajustes Ajustes
ID pbncpanjfolomiifdainelfejpncggjm
URL Chính Thức https://chrome.google.com/webstore/detail/ajustes/pbncpanjfolomiifdainelfejpncggjm
Mô tả Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
Kích Thước Tệp 40.31 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2016-09-29
Ngày Phát Hành 2016-09-29
Nhà Phát Triển net.expert
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}