Twitter Edit Button

twitter.com Edit Button (FOR FUN ONLY)

什么是Twitter Edit Button?

Twitter Edit Button是由http://mywordle.org开发的Chrome扩展程序,该扩展的主要功能是“twitter.com Edit Button (FOR FUN ONLY)”。

扩展截图

screenshot

下载Twitter Edit Button扩展crx文件

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

扩展使用说明

                        This is a MAGIC button.

This is a button that EVERYONE should have.

You can edit any tweet! Not only your own tweets, but also any!
Update on Aug 7,
 - More stable for Edit Button toggle options.
 - Bug fixes.

Update on Aug 6,
 - Adapt to the latest Twitter.com DOM nodes. 

Update on Jul 15,
 - Fixed a bug that clicking the toggle edit button will scroll the page if you are not on the top.

Update on Jul 8,
 - Now the status of Edit Button will be remembered by localStorage.

Update on Jul 4,
 - Improved the toggle. Now looks very native on Twitter.com
 - Fixed some bugs.

Disclaimer: We are not responsible for any content that users upload/edit. The user should take his/her own responsibility for using this tool.                    

扩展基本信息

名称 Twitter Edit Button Twitter Edit Button
ID emlkfjkhnbaagjkofhllinflfggmenld
官方URL https://chrome.google.com/webstore/detail/twitter-edit-button/emlkfjkhnbaagjkofhllinflfggmenld
简介 twitter.com Edit Button (FOR FUN ONLY)
文件大小 233 KB
安装次数 561
当前版本 2.1
更新时间 2022-07-21
上架时间 2019-07-15
评分 2.50/5 共4次评分
开发者 http://mywordle.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://chrome.google.com/webstore/detail/twitter-edit-button/emlkfjkhnbaagjkofhllinflfggmenld?hl=en
隐私政策页面URL https://high-qr-code-generator.com/privacy.txt
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "[email protected]",
        "default_popup": "popup.html",
        "default_title": "Twitter Edit Button 2.1"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/ga.helper.js"
            ],
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "description": "twitter.com Edit Button (FOR FUN ONLY)",
    "icons": {
        "128": "[email protected]",
        "16": "[email protected]",
        "19": "[email protected]",
        "48": "[email protected]"
    },
    "manifest_version": 2,
    "name": "Twitter Edit Button",
    "permissions": [
        "activeTab",
        "contextMenus",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "version": "2.1",
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/script.twitter.hack.js",
        "css\/twitter.style.css",
        "css\/popup.style.css"
    ]
}