WebExtension.net
WebExtension.net

Tweet Peep 👀

View on Chrome Web Store
View Tweet Peep 👀 Chrome Extension on Chrome Web Store
5.0 (4 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Peep Thoughts on Twitter
Type
Extension
Users
171 users
6
Website glasp.co
Glasp
View author page of Glasp
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 23, 2021
Version 1.1.3
Manifest version
3
Updated
Updated on August 25, 2023
View on Chrome Web Store
View Tweet Peep 👀 Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweet Peep \ud83d\udc40",
    "version": "1.1.3",
    "manifest_version": 3,
    "description": "Peep Thoughts on Twitter",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "src\/images\/48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/contentscript\/content.js"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "src\/images\/16.png",
        "48": "src\/images\/48.png",
        "128": "src\/images\/128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top