Star Spangled Browser
The word America has never been so fun.
Star Spangled Browser क्या है?
Star Spangled Browser Tim Holman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The word America has never been so fun."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Star Spangled Browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you American? Do you know any Americans? Do you know of America? If you answered yes to any of these, then this chrome extension is for you! Star Spangled banner makes browsing fun. Every time you see the word "America" in your browser, hovering it will launch an amazing gif, with some even more amazing sounds to accompany it. But wait, thats not all! Every time you see the word America, it will have a beautiful red white and blue animation, shining in with patriotic pride! Just when you thought the fun was over, there's more! Hovering will also show a limited edition American flag cursor! Install Star Spangled Browser in chrome today, for instant enjoyment, and gratification from the world! Or Surprise your coworkers by installing star spangled banner in their browser, they'll go from "regular" friends, to "super awesome best" friends! And lets give a super special high 5 to all the awesome Gif, and sound clip creators out there. I love you guys. We all do.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nmhhaohjnbippbdhfemgeiooacflcphi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/star-spangled-browser/nmhhaohjnbippbdhfemgeiooacflcphi |
विवरण | The word America has never been so fun. |
फ़ाइल का आकार | 9.05 MB |
स्थापना संख्या | 449 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2014-07-13 |
प्रकाशन तिथि | 2014-07-13 |
रेटिंग | 3.93/5 कुल 28 रेटिंग्स |
डेवलपर | Tim Holman |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tholman.com/star-spangled-browser |
सहायता पृष्ठ URL | http://tholman.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Spangled Browser", "description": "The word America has never been so fun.", "version": "1.0.1", "icons": { "48": ".\/assets\/icons\/48.png", "128": ".\/assets\/icons\/128.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ ".\/css\/styles.css" ] } ], "web_accessible_resources": [ "assets\/*", "css\/*" ], "background": { "scripts": [ ".\/js\/init.js" ], "persistent": true } } |