show hime

display hime and her friends in every page

Τι είναι το show hime;

Το show hime είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tmn07P, και η κύρια λειτουργία του είναι "display hime and her friends in every page".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης show hime

Λήψη αρχείων επέκτασης show hime σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is a chrome plugin that displays the idol m@ster million stars 2d image on the web.
Although the name is show まつり(hime), you can already set any idol.

Introduction to use:
1. By default, idol will be displayed in the top right corner of the web page, you can drag, double click to hide, click on the plugin button to hide/show
Note: The position after dragging will be saved, and the new web page will display idol at the last dragged position.
2. Any webpage right-click menu - plugin button or right click plugin - option, then go to the options page (pictured) and select the idol you want to display.
Note: After selecting multiple idols, each time you enter a new page, an idol will be displayed randomly each idol may have more 2d images; if the initial state is not set to idol, the default is まつり

Keyword: 偶像大师 百万现场 idolm@ster idolmaster 765 millionlive im@s imas アイドルマスター アイマス 765プロ ミリオンライブ                    

Βασικές Πληροφορίες Επέκτασης

Όνομα show hime show hime
ID fmbdbinfkpiajgbhlapkcnimdfaoaoep
Επίσημο URL https://chromewebstore.google.com/detail/show-hime/fmbdbinfkpiajgbhlapkcnimdfaoaoep
Περιγραφή display hime and her friends in every page
Μέγεθος Αρχείου 8.26 MB
Αριθμός Εγκαταστάσεων 445
Τρέχουσα Έκδοση 1.6.0
Τελευταία Ενημέρωση 2024-02-03
Ημερομηνία Δημοσίευσης 2020-05-26
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Tmn07P
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/qq519043202/show-hime/issues
Υποστηριζόμενες Γλώσσες en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "hime6.png",
        "default_title": "\u307e\u3064\u308a!"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/show.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "zh_CN",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hime6.png",
        "16": "hime6-16.png",
        "48": "hime6-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_page": "option\/index.html",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "version": "1.6.0",
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*.png",
                "data_gif\/*.gif",
                "audio\/*.ogg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}