豆瓣一键看过

用于在豆瓣网站中快速标记电影为已看过

Qu'est-ce que 豆瓣一键看过 ?

豆瓣一键看过 est une extension Chrome développée par onechaoyang, et sa fonction principale est "用于在豆瓣网站中快速标记电影为已看过".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 豆瓣一键看过

Téléchargez les fichiers d'extension 豆瓣一键看过 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        豆瓣一键看过,豆瓣工具,用于在豆瓣网站中快速标记电影为已看过。
点击电影封面左上角未看即可快速标记~                    

Informations de Base sur l'Extension

Nom 豆瓣一键看过 豆瓣一键看过
ID pbgoembbkcojdnfoadodfogngapepfmn
URL Officiel https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E4%B8%80%E9%94%AE%E7%9C%8B%E8%BF%87/pbgoembbkcojdnfoadodfogngapepfmn
Description 用于在豆瓣网站中快速标记电影为已看过
Taille du Fichier 10.28 KB
Nombre d'Installations 253
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-11-27
Date de Publication 2022-04-19
Évaluation 4.67/5 Total 6 Évaluations
Développeur onechaoyang
Email [email protected]
Type de Paiement free
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8c46\u74e3\u4e00\u952e\u770b\u8fc7",
    "manifest_version": 3,
    "version": "1.0.2",
    "description": "\u7528\u4e8e\u5728\u8c46\u74e3\u7f51\u7ad9\u4e2d\u5feb\u901f\u6807\u8bb0\u7535\u5f71\u4e3a\u5df2\u770b\u8fc7",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png"
        },
        "default_title": "\u8c46\u74e3\u4e00\u952e\u770b\u8fc7"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/movie.douban.com\/*",
                "https:\/\/search.douban.com\/movie\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}