Forbes™ Splash Screen Bypass
Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]
O que é Forbes™ Splash Screen Bypass?
Forbes™ Splash Screen Bypass é uma extensão do Chrome desenvolvida por whizzzkid, e sua principal característica é "Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]".
Baixar o arquivo CRX da Extensão Forbes™ Splash Screen Bypass
Baixe arquivos de extensão Forbes™ Splash Screen Bypass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This should bypass the annoying 'thought of the day' splash screen on Forbes™ website. Unlike other extensions, we do not click the continue to site button rather we use advanced cookie manipulation to get past that. v0.1: Cookie POC
Informações Básicas da Extensão
Nome | ![]() |
ID | gjiddhnfkgbnnhbghaacfofkopmgleij |
URL Oficial | https://chrome.google.com/webstore/detail/forbes-splash-screen-bypa/gjiddhnfkgbnnhbghaacfofkopmgleij |
Descrição | Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]] |
Tamanho do Arquivo | 3.71 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 0.1 |
Última Atualização | 2015-03-10 |
Data de Publicação | 2015-03-10 |
Classificação | 4.40/5 Total de 42 Avaliações |
Desenvolvedor | whizzzkid |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Forbes\u2122 Splash Screen Bypass", "description": "Bypasses the 'thought of the day' splash screen on Forbes\u2122 website. [[email protected]]", "version": "0.1", "permissions": [ "webRequest", "webRequestBlocking", "cookies", "*:\/\/*.forbes.com\/*" ], "background": { "scripts": [ "background.js" ] } } |