IG Story Hider
Your friends will no longer know when you view their IG story!
What is IG Story Hider?
IG Story Hider is a Chrome extension developed by Unknown, and its main feature is "Your friends will no longer know when you view their IG story!".
Extension Screenshots
Download IG Story Hider Extension CRX File
Download IG Story Hider 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
Your friends will no longer know when you view their IG story!
Extension Basic Information
Name | IG Story Hider |
ID | ddaigjpdkodmdaepdldlaibkakmlcoec |
Official URL | https://chromewebstore.google.com/detail/ig-story-hider/ddaigjpdkodmdaepdldlaibkakmlcoec |
Description | Your friends will no longer know when you view their IG story! |
File Size | 47.01 KB |
Installation Count | 535 |
Current Version | 0.0.1 |
Last Updated | 2022-02-11 |
Publish Date | 2022-02-11 |
Rating | 4.00/5 Total 5 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IG Story Hider", "default_locale": "en", "version": "0.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" }, { "id": "ruleset_examples", "enabled": false, "path": "rules_examples.json" } ] }, "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon19.png", "default_title": "IG Story Hider [RUNNING]\nYou are hidden!" } } |