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!"입니다.
확장 프로그램 스크린샷
Hiddengram - view insta stories anonymously 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | |
ID | gadndffmjdmdkjkmfmioeibmlabhbccb |
공식 URL | 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" ] } |