Ajustes

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

Ajustes란 무엇입니까?

Ajustes은(는) net.expert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ajustes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Ajustes Ajustes
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"
}