Hide Shorts Stories Reels - Youtube Facebook
Hide Shorts Stories Reels & Short Videos from Facebook & YouTube
What is Hide Shorts Stories Reels - Youtube Facebook?
Hide Shorts Stories Reels - Youtube Facebook is a Chrome extension developed by iamibrahimriaz, and its main feature is "Hide Shorts Stories Reels & Short Videos from Facebook & YouTube".
Extension Screenshots
Download Hide Shorts Stories Reels - Youtube Facebook Extension CRX File
Download Hide Shorts Stories Reels - Youtube Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        A browser extension to remove shorts, reels from YouTube & Facebook. It will automatically hide shorts, stories & reels from YouTube & Facebook Homepage. 
With Hide Shorts, Reels on Youtube & Facebook you can:
• Hide Shorts from YouTube.
• Hide Stories from Facebook Feed.
• Hide Reels from Facebook Feed.
• Redirect Shorts, Stories & Reels Page to Homepage.
Changelog:
v1.2 - Hide Stories from facebook.
v1.1 - Hide Reels "see more" button & redirect reels page to homepage in facebook
v1.0 - Initial release                     Extension Basic Information
| Name |   |  
| ID | jnbhalknaohaiodbcokhhnljkabffnpn | 
| Official URL | https://chromewebstore.google.com/detail/hide-shorts-stories-reels/jnbhalknaohaiodbcokhhnljkabffnpn | 
| Description | Hide Shorts Stories Reels & Short Videos from Facebook & YouTube | 
| File Size | 547 KB | 
| Installation Count | 142 | 
| Current Version | 1.2 | 
| Last Updated | 2024-01-07 | 
| Publish Date | 2024-01-04 | 
| Rating | 5.00/5 Total 12 Ratings | 
| Developer | iamibrahimriaz | 
| [email protected] | |
| Payment Type | free | 
| Privacy Policy Page URL | https://iamibrahim-riaz.vercel.app/privacy-policy | 
| Supported Languages | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Shorts Stories Reels - Youtube Facebook",
    "version": "1.2",
    "description": "Hide Shorts Stories Reels & Short Videos from Facebook & YouTube",
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.facebook.com\/*"
    ],
    "author": {
        "name": "Ibrahim Riaz",
        "username": "iamibrahimriaz",
        "email": "[email protected]"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/hide-shorts-reels48.png",
        "128": "images\/hide-shorts-reels128.png",
        "640": "images\/hide-shorts-reels.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}  |  |