Hiddengram - view insta stories anonymously

View friends' Instagram stories without them knowing!

什麼是Hiddengram - view insta stories anonymously?

Hiddengram - view insta stories anonymously是由Su4nHu4ND0開發的Chrome擴展程式,該擴展的主要功能是“View friends' Instagram stories without them knowing!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Hiddengram - view insta stories anonymously擴展crx文件

下載Hiddengram - view insta stories anonymously擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        UPDATE Sep 2022: Fixed another issue that prevented hiddengram from functioning properly.

UPDATE: A recent issue (Feb 2022) that resulted in Hiddengram being non-functional has been fixed!
Sorry for the inconvenience caused.

HIDDENGRAM - VIEW INSTA STORIES ANONYMOUSLY

With Hiddengram enabled, go ahead and view a friend's (or anyone's) story that you have not seen. (An unseen story has a colored ring around the user's profile photo). Watch Hiddengram work its magic by refreshing the page: the story which you just viewed is still marked as unseen!

Click on the Hiddengram icon in the extensions bar to enable/disable the extension. 

Do leave a review! Any feedback is welcome!                    

擴展基本資訊

名稱 Hiddengram - view insta stories anonymously Hiddengram - view insta stories anonymously
ID gadndffmjdmdkjkmfmioeibmlabhbccb
官方網址 https://chrome.google.com/webstore/detail/hiddengram-view-insta-sto/gadndffmjdmdkjkmfmioeibmlabhbccb
簡介 View friends' Instagram stories without them knowing!
檔案大小 14.03 KB
安裝次數 86,490
目前版本 0.1.8
更新時間 2022-09-07
上架時間 2019-10-18
評分 3.29/5 共 155 次評分
開發者 Su4nHu4ND0
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hiddengram - view insta stories anonymously",
    "short_name": "Hiddengram",
    "version": "0.1.8",
    "manifest_version": 2,
    "description": "View friends' Instagram stories without them knowing!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Hiddengram is running - you are hidden!"
    },
    "permissions": [
        "*:\/\/*.instagram.com\/*",
        "webRequest",
        "webRequestBlocking"
    ]
}