自由跳转

微博,知乎,简书等网站外链自由跳转

Qu'est-ce que 自由跳转 ?

自由跳转 est une extension Chrome développée par xukeek, 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 ldfofldbjpkkenoichgpoikbfgplgfdd
URL Officiel https://chromewebstore.google.com/detail/%E8%87%AA%E7%94%B1%E8%B7%B3%E8%BD%AC/ldfofldbjpkkenoichgpoikbfgplgfdd
Description 微博,知乎,简书等网站外链自由跳转
Taille du Fichier 513 KB
Nombre d'Installations 460
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-10-07
Date de Publication 2020-09-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur xukeek
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/xukeek/link-free
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u81ea\u7531\u8df3\u8f6c",
    "description": "\u5fae\u535a\uff0c\u77e5\u4e4e\uff0c\u7b80\u4e66\u7b49\u7f51\u7ad9\u5916\u94fe\u81ea\u7531\u8df3\u8f6c",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/backgroundPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/t.cn\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.zhihu.com\/*"
            ],
            "js": [
                "js\/zhihu.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.jianshu.com\/*"
            ],
            "js": [
                "js\/jianshu.js"
            ]
        },
        {
            "matches": [
                "https:\/\/weibo.com\/*"
            ],
            "js": [
                "js\/weibo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/youtube.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/api.t.sina.com.cn\/*",
        "storage",
        "notifications"
    ]
}