WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Storie Feeds RSS Notícias - Miplle

Storie Feeds RSS Notícias - Miplle

View on Chrome Web Store
View Storie Feeds RSS Notícias - Miplle Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Permite a exibição de Stories feeds rss na sua página inicial da miplle.com. Organização.
Type
Extension
Users
2 users
1
miplleplu
View author page of miplleplu
Published
Published on May 14, 2025
Version 1.8.15
Manifest version
3
Updated
Updated on May 14, 2025
lifestyle/news
Extension Category
View on Chrome Web Store
View Storie Feeds RSS Notícias - Miplle Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Storie Feeds RSS Not\u00edcias - Miplle",
    "description": "Permite a exibi\u00e7\u00e3o de Stories feeds rss na sua p\u00e1gina inicial da miplle.com. Organiza\u00e7\u00e3o.",
    "version": "1.8.15",
    "icons": {
        "16": "icons\/miplle_rss_icon.png",
        "48": "icons\/miplle_rss_icon.png",
        "128": "icons\/miplle_rss_icon.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/miplle_rss_icon.png",
            "48": "icons\/miplle_rss_icon.png",
            "128": "icons\/miplle_rss_icon.png"
        },
        "default_title": "Miplle Stories Feed"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "miplle": {
            "description": "Open miplle.com.br in new tab",
            "shortcut": "Ctrl+T"
        },
        "reopenLastClosedTab": {
            "description": "Reopen last closed tab",
            "shortcut": "Ctrl+Shift+T"
        }
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/miplle.com\/*",
                "https:\/\/*.miplle.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "toggle.js",
                "toggle.js"
            ],
            "matches": [
                "https:\/\/*.miplle.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
© 2025 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