Hide Shorts Stories Reels - Youtube Facebook

Hide Shorts Stories Reels & Short Videos from Facebook & YouTube

Hide Shorts Stories Reels - Youtube Facebook란 무엇입니까?

Hide Shorts Stories Reels - Youtube Facebook은(는) iamibrahimriaz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide Shorts Stories Reels & Short Videos from Facebook & YouTube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Hide Shorts Stories Reels - Youtube Facebook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Hide Shorts Stories Reels - Youtube Facebook Hide Shorts Stories Reels - Youtube Facebook
ID jnbhalknaohaiodbcokhhnljkabffnpn
공식 URL https://chromewebstore.google.com/detail/hide-shorts-stories-reels/jnbhalknaohaiodbcokhhnljkabffnpn
설명 Hide Shorts Stories Reels & Short Videos from Facebook & YouTube
파일 크기 547 KB
설치 횟수 142
현재 버전 1.2
최근 업데이트 2024-01-07
출시 날짜 2024-01-04
평점 5.00/5 총 12 개의 평점
개발자 iamibrahimriaz
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://iamibrahim-riaz.vercel.app/privacy-policy
지원되는 언어 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"
    }
}