L'extension PAULOK

L'extension des fdp (fan de paulok)

什么是L'extension PAULOK?

L'extension PAULOK是由paulok.happyface开发的Chrome扩展程序,该扩展的主要功能是“L'extension des fdp (fan de paulok)”。

扩展截图

screenshot

下载L'extension PAULOK扩展crx文件

下载L'extension PAULOK扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        L'extension des vrais FDP (Fan De Paulok)
Laissez Paulok pimenter vos recherches internet sur la flore marine et autres engins du BTP.

L'extension modifie certains textes affichés par les pages web.

MAJ 1.4: ajout d'un mot clé en rapport avec l'actualité                    

扩展基本信息

名称 L'extension PAULOK L'extension PAULOK
ID haflmpndeggigeeccecfbkcdaobjabib
官方URL https://chromewebstore.google.com/detail/lextension-paulok/haflmpndeggigeeccecfbkcdaobjabib
简介 L'extension des fdp (fan de paulok)
文件大小 39.33 KB
安装次数 1,632
当前版本 1.4
更新时间 2019-04-21
上架时间 2019-04-16
评分 4.97/5 共393次评分
开发者 paulok.happyface
付费类型 free
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "L'extension PAULOK",
    "short_name": "PLK",
    "version": "1.4",
    "description": "L'extension des fdp (fan de paulok)",
    "author": "PAULOK et KIYU",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "permissions": [
                "activeTab"
            ],
            "js": [
                "traitement.js"
            ],
            "run_at": "document_end"
        }
    ]
}